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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 潟燮 | 10001010100000111001100111010111 | 8a8399d7 |
EUC-JP | 潟燮 | 10110011111000111101001011011001 | b3e3d2d9 |
UTF-8 | 潟燮 | 111001101011110110011111111001111000011110101110 | e6bd9fe787ae |
UHC | 潟燮 | 11100000101100111110000011110000 | e0b3e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)