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 | 巐倣囀 | 111110101011011010010101111011011001101010010011 | fab695ed9a93 |
EUC-JP | 巐倣囀 | 10001111101110111111100111001010111011111101001111110011 | 8fbbf9caefd3f3 |
UTF-8 | 巐倣囀 | 111001011011011110010000111001011000000010100011111001011001101110000000 | e5b790e580a3e59b80 |
UHC | ?倣? | 00111111110110111010011100111111 | 3fdba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)