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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪懶ご?歪 | 100110000110001110011100111011111000001010110010001111111001100001100011 | 98639cef82b23f9863 |
EUC-JP | 歪懶ご?歪 | 110011111100010011011000111100011010010010110100001111111100111111000100 | cfc4d8f1a4b43fcfc4 |
UTF-8 | 歪懶ご렕歪 | 111001101010110110101010111001101000011110110110111000111000000110010100111010111010000010010101111001101010110110101010 | e6adaae687b6e38194eba095e6adaa |
UHC | 歪懶ご렕歪 | 11101000111000001101010011111011101010101011010010001110101010101110100011100000 | e8e0d4fbaab48eaae8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)