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 | 張퇥張퇞 | 111001011011110010110101111011011000011110100101111001011011110010110101111011011000011110011110 | e5bcb5ed87a5e5bcb5ed879e |
UHC | 張퇥張퇞 | 1110110111100101101110000101010111101101111001011011100001001110 | ede5b855ede5b84e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)