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 | 111000000110100100111111001111111110000001101001001111110011111101000010 | e0693f3fe0693f3f42 |
EUC-JP | 瀛??瀛??B | 110111111100101000111111001111111101111111001010001111110011111101000010 | dfca3f3fdfca3f3f42 |
UTF-8 | 瀛럮뢕瀛럮뢕B | 11100111100000001001101111101011100111111010111011101011101000101001010111100111100000001001101111101011100111111010111011101011101000101001010101000010 | e7809beb9faeeba295e7809beb9faeeba29542 |
UHC | 瀛럮뢕瀛럮뢕B | 11100111101110101000111010001111100011110101000011100111101110101000111010001111100011110101000001000010 | e7ba8e8f8f50e7ba8e8f8f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)