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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠏マケミ、 | 111001011011010111001111101110011101000010100100 | e5b5cfb9d0a4 |
EUC-JP | 蠏マケミ、 | 11101010101101111000111011001111100011101011100110001110110100001000111010100100 | eab78ecf8eb98ed08ea4 |
UTF-8 | 蠏マケミ、 | 111010001010000010001111111011111011111010001111111011111011110110111001111011111011111010010000111011111011110110100100 | e8a08fefbe8fefbdb9efbe90efbda4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)