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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褸殊ク | 1110010111111000100011101110101010111000 | e5f88eeab8 |
EUC-JP | 褸殊ク | 111010101111101010111100111011001000111010111000 | eafabcec8eb8 |
UTF-8 | 褸殊ク | 111010001010010010111000111001101010111010001010111011111011110110111000 | e8a4b8e6ae8aefbdb8 |
UHC | 褸殊? | 1101011110101110111000101010100000111111 | d7aee2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)