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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陷域ぁ萓 | 1110100010011100100010001110011010000010100111111110010010111110 | e89c88e6829fe4be |
EUC-JP | 陷域ぁ萓 | 1110111111111100101100001110100010100100101000011110100011000000 | effcb0e8a4a1e8c0 |
UTF-8 | 陷域ぁ萓 | 111010011001100110110111111001011001111110011111111000111000000110000001111010001001000010010011 | e999b7e59f9fe38181e89093 |
UHC | 陷域ぁ? | 11111001111010001110011010110100101010101010000100111111 | f9e8e6b4aaa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)