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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??ヲ?釐ギB | 00111111001111111000001110010010001111111110011111011000100000110100110101000010 | 3f3f83923fe7d8834d42 |
EUC-JP | ??ヲ?釐ギB | 00111111001111111010010111110010001111111110111011011010101001011010111001000010 | 3f3fa5f23feedaa5ae42 |
UTF-8 | 룶햶ヲ룶釐ギB | 11101011101000111011011011101101100101101011011011100011100000111011001011101011101000111011011011101001100001111001000011100011100000101010111001000010 | eba3b6ed96b6e383b2eba3b6e98790e382ae42 |
UHC | 룶햶ヲ룶釐ギB | 10001111101010111100000110001111101010111111001010001111101010111101011111101101101010111010111001000010 | 8fabc18fabf28fabd7edabae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)