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 | 寃?張? | 100110111000001100111111100100101010001100111111 | 9b833f92a33f |
EUC-JP | 寃?張? | 110101011110001100111111110001001010010100111111 | d5e33fc4a53f |
UTF-8 | 寃렭張렜 | 111001011010111110000011111010111010000010101101111001011011110010110101111010111010000010011100 | e5af83eba0ade5bcb5eba09c |
UHC | 寃렭張렜 | 1110101010110010100011101011101011101101111001011000111010101110 | eab28ebaede58eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)