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 | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-WIN | 絶?ⅹz | 100100001110001000111111111110100100100101111010 | 90e23ffa497a |
EUC-JP | 絶??z | 1100000011100100001111110011111101111010 | c0e43f3f7a |
UTF-8 | 絶귛ⅹz | 11100111101101011011011011101010101101111001101111100010100001011011100101111010 | e7b5b6eab79be285b97a |
UHC | 絶귛ⅹz | 11101111101111101000001011100101101001011010101001111010 | efbe82e5a5aa7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)