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 | 鞐榊彫 | 111010001101111010001101111001011001001010100100 | e8de8de592a4 |
EUC-JP | 鞐榊彫 | 111100001110000010111010111001111100010010100110 | f0e0bae7c4a6 |
UTF-8 | 鞐榊彫 | 111010011001111010010000111001101010011010001010111001011011110110101011 | e99e90e6a68ae5bdab |
UHC | ??彫 | 00111111001111111111000011000001 | 3f3ff0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)