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 | 支?? | 10001110011110000011111100111111 | 8e783f3f |
EUC-JP | 支?嫄 | 101110111101100100111111100011111011101010100001 | bbd93f8fbaa1 |
UTF-8 | 支렫嫄 | 111001101001010010101111111010111010000010101011111001011010101110000100 | e694afeba0abe5ab84 |
UHC | 支렫嫄 | 111100101010100010001110101110011110101010110001 | f2a88eb9eab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)