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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 巡?襄^ | 100011111000010000111111111001011111010101011110 | 8f843fe5f55e |
EUC-JP | 巡?襄^ | 101111011110010000111111111010101111011101011110 | bde43feaf75e |
UTF-8 | 巡잱襄^ | 11100101101101111010000111101100100111101011000111101000101001011000010001011110 | e5b7a1ec9eb1e8a5845e |
UHC | 巡잱襄^ | 11100010110111101001111111111001111001011101000101011110 | e2de9ff9e5d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)