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 | 姙?牆? | 100110110100101100111111111000001010110100111111 | 9b4b3fe0ad3f |
EUC-JP | 姙?牆? | 110101011010110000111111111000001010111100111111 | d5ac3fe0af3f |
UTF-8 | 姙렪牆렕 | 111001011010011110011001111010111010000010101010111001111000100110000110111010111010000010010101 | e5a799eba0aae78986eba095 |
UHC | 姙렪牆렕 | 1110110011110101100011101011100011101101111011011000111010101010 | ecf58eb8eded8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)