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 | 羣処根 | 111000111011100010001111100010001000110110101010 | e3b88f888daa |
EUC-JP | 羣処根 | 111001101011101010111101111010001011101010101100 | e6babde8baac |
UTF-8 | 羣処根 | 111001111011111010100011111001011000011110100110111001101010000010111001 | e7bea3e587a6e6a0b9 |
UHC | ??根 | 00111111001111111101000011000110 | 3f3fd0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)