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 | 冓篁靤 | 100110010110100111100010101110011110100011010000 | 9969e2b9e8d0 |
EUC-JP | 冓篁靤 | 110100011100101011100100101110111111000011010010 | d1cae4bbf0d2 |
UTF-8 | 冓篁靤 | 111001011000011010010011111001111010111110000001111010011001110110100100 | e58693e7af81e99da4 |
UHC | ?篁? | 00111111111111001101011000111111 | 3ffcd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)