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 | 00111111111001111101100010000011011000010011111100111111100000110101000001000010 | 3fe7d883613f3f835042 |
EUC-JP | ?釐ヂ??ケB | 00111111111011101101101010100101110000100011111100111111101001011011000101000010 | 3feedaa5c23f3fa5b142 |
UTF-8 | 룶釐ヂ룴컦ケB | 11101011101000111011011011101001100001111001000011100011100000111000001011101011101000111011010011101100101110111010011011100011100000101011000101000010 | eba3b6e98790e38382eba3b4ecbba6e382b142 |
UHC | 룶釐ヂ룴컦ケB | 10001111101010111101011111101101101010111100001010001111101010011011000010001111101010111011000101000010 | 8fabd7edabc28fa9b08fabb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)