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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 張?L張?L^ | 100100101010001100111111010011001001001010100011001111110100110001011110 | 92a33f4c92a33f4c5e |
EUC-JP | 張?L張?L^ | 110001001010010100111111010011001100010010100101001111110100110001011110 | c4a53f4cc4a53f4c5e |
UTF-8 | 張퇢L張퇢L^ | 111001011011110010110101111011011000011110100010010011001110010110111100101101011110110110000111101000100100110001011110 | e5bcb5ed87a24ce5bcb5ed87a24c5e |
UHC | 張퇢L張퇢L^ | 1110110111100101101110000101001001001100111011011110010110111000010100100100110001011110 | ede5b8524cede5b8524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)