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 | 亮剩 | 10010111101110101001100110010100 | 97ba9994 |
EUC-JP | 亮剩 | 11001110101111001101000111110100 | cebcd1f4 |
UTF-8 | 亮剩 | 111001001011101010101110111001011000100110101001 | e4baaee589a9 |
UHC | 亮剩 | 11010101110101011110110110100101 | d5d5eda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)