To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阿??垂 | 100010001010001000111111001111111001000010000010 | 88a23f3f9082 |
EUC-JP | 阿??垂 | 101100001010010000111111001111111011111111100010 | b0a43f3fbfe2 |
UTF-8 | 阿숇뗄垂 | 111010011001100010111111111011001000100010000111111010111001011110000100111001011001111010000010 | e998bfec8887eb9784e59e82 |
UHC | 阿숇뗄垂 | 1110010010111001100110011110101110110110101111111110000111110111 | e4b999ebb6bfe1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)