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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 蔟件愁Z | 11100100111101011000110010001111100011110100010001011010 | e4f58c8f8f445a |
EUC-JP | 蔟件愁Z | 11101000111101111011011111101111101111011010010101011010 | e8f7b7efbda55a |
UTF-8 | 蔟件愁Z | 11101000100101001001111111100100101110111011011011100110100001001000000101011010 | e8949fe4bbb6e684815a |
UHC | ?件愁Z | 001111111100101111101100111000011111111001011010 | 3fcbece1fe5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)