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 | 諛餓挨 | 111001101000011110001001111011001000100010100101 | e68789ec88a5 |
EUC-JP | 諛餓挨 | 111010111110011110110010111011101011000010100111 | ebe7b2eeb0a7 |
UTF-8 | 諛餓挨 | 111010001010101110011011111010011010010010010011111001101000110010101000 | e8ab9be9a493e68ca8 |
UHC | 諛餓? | 1110101110110000111001001011101100111111 | ebb0e4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)