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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帝????? | 10010010111010010011111100111111001111110011111100111111 | 92e93f3f3f3f3f |
EUC-JP | 帝????? | 11000100111010110011111100111111001111110011111100111111 | c4eb3f3f3f3f3f |
UTF-8 | 帝☜렣뤋퀚녘 | 111001011011100010011101111000101001100010011100111010111010000010100011111010111010010010001011111011011000000010011010111010111000010110011000 | e5b89de2989ceba0a3eba48bed809aeb8598 |
UHC | 帝☜렣뤋퀚녘 | 111100001010100010100010110100001000111010110100100011111011101110110011100011101011001111101000 | f0a8a2d08eb48fbbb38eb3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)