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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ?男?釐ヂ@h | 00111111100100100110101000111111111001111101100010000011011000010100000001101000 | 3f926a3fe7d883614068 |
EUC-JP | ?男?釐ヂ@h | 00111111110000111100101100111111111011101101101010100101110000100100000001101000 | 3fc3cb3feedaa5c24068 |
UTF-8 | 룵男룶釐ヂ@h | 1110101110100011101101011110011110010100101101111110101110100011101101101110100110000111100100001110001110000011100000100100000001101000 | eba3b5e794b7eba3b6e98790e383824068 |
UHC | 룵男룶釐ヂ@h | 100011111010101011010001111110111000111110101011110101111110110110101011110000100100000001101000 | 8faad1fb8fabd7edabc24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)