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 | カ邯。鋗 | 1111001010100001101101101110011110110110101000011111101111010000 | f2a1b6e7b6a1fbd0 |
EUC-JP | ?カ邯。鋗 | 00111111100011101011011011101110101110001000111010100001100011111110010011000001 | 3f8eb6eeb88ea18fe4c1 |
UTF-8 | カ邯。鋗 | 111011101000011110011000111011111011110110110110111010011000001010101111111011111011110110100001111010011000101110010111 | ee8798efbdb6e982afefbda1e98b97 |
UHC | ??邯?? | 001111110011111111001010111110110011111100111111 | 3f3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)