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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 証ケチェ証 | 100011111101100011111000110000001011100111000001101010101000111111011000 | 8fd8f8c0b9c1aa8fd8 |
EUC-JP | 証?ケチェ証 | 1011111011011010001111111000111010111001100011101100000110001110101010101011111011011010 | beda3f8eb98ec18eaabeda |
UTF-8 | 証ケチェ証 | 111010001010100010111100111011101001100110011111111011111011110110111001111011111011111010000001111011111011110110101010111010001010100010111100 | e8a8bcee999fefbdb9efbe81efbdaae8a8bc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)