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 | 場齊エ鴫 | 100011111110101011101010100011101011010011110000101110001000111010110000 | 8feaea8eb4f0b88eb0 |
EUC-JP | 場齊エ?鴫 | 101111101110110011110011111011101000111010110100001111111011110010110010 | beecf3ee8eb43fbcb2 |
UTF-8 | 場齊エ鴫 | 111001011010000010110100111010011011110110001010111011111011110110110100111011101000000110110111111010011011010010101011 | e5a0b4e9bd8aefbdb4ee81b7e9b4ab |
UHC | 場齊??? | 11101101110111101111000010111010001111110011111100111111 | eddef0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)