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 | 睫。ヘ | 11100001110010101010000111001101 | e1caa1cd |
EUC-JP | 睫。ヘ | 111000101100110010001110101000011000111011001101 | e2cc8ea18ecd |
UTF-8 | 睫。ヘ | 111001111001110110101011111011111011110110100001111011111011111010001101 | e79dabefbda1efbe8d |
UHC | 睫?? | 11110100111000100011111100111111 | f4e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)