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 | 闔顔瑳 | 111010001000111010001010111001111000110110111010 | e88e8ae78dba |
EUC-JP | 闔顔瑳 | 111011111110111010110100111010011011101010111100 | efeeb4e9babc |
UTF-8 | 闔顔瑳 | 111010011001011110010100111010011010000110010100111001111001000110110011 | e99794e9a194e791b3 |
UHC | 闔顔? | 1111100111101111111001001101010000111111 | f9efe4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)