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 | 騾榊彫 | 111010011000000010001101111001011001001010100100 | e9808de592a4 |
EUC-JP | 騾榊彫 | 111100011110000010111010111001111100010010100110 | f1e0bae7c4a6 |
UTF-8 | 騾榊彫 | 111010011010100010111110111001101010011010001010111001011011110110101011 | e9a8bee6a68ae5bdab |
UHC | ??彫 | 00111111001111111111000011000001 | 3f3ff0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)