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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 堰藁?\ | 100010011000000110011000011011010011111101011100 | 8981986d3f5c |
EUC-JP | 堰藁?\ | 101100011110000111001111110011100011111101011100 | b1e1cfce3f5c |
UTF-8 | 堰藁웸\ | 11100101101000001011000011101000100101111000000111101100100110111011100001011100 | e5a0b0e89781ec9bb85c |
UHC | 堰藁웸\ | 11100101111010001100110111001011110000001010010001011100 | e5e8cdcbc0a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)