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 | 張?張? | 100100101010001100111111100100101010001100111111 | 92a33f92a33f |
EUC-JP | 張?張? | 110001001010010100111111110001001010010100111111 | c4a53fc4a53f |
UTF-8 | 張툆張퇾 | 111001011011110010110101111011011000100010000110111001011011110010110101111011011000011110111110 | e5bcb5ed8886e5bcb5ed87be |
UHC | 張툆張퇾 | 1110110111100101101110000111101011101101111001011011100001110010 | ede5b87aede5b872 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)