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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜檎「鯛茜 | 111010001001110110001100111001111010001010010001111000101000100010101001 | e89d8ce7a291e288a9 |
EUC-JP | 陜檎「鯛茜 | 11101111111111011011100011101001100011101010001011000010111001001011000010101011 | effdb8e98ea2c2e4b0ab |
UTF-8 | 陜檎「鯛茜 | 111010011001100110011100111001101010101010001110111011111011110110100010111010011010111110011011111010001000110010011100 | e9999ce6aa8eefbda2e9af9be88c9c |
UHC | 陜檎??? | 11111001111100001101000011010101001111110011111100111111 | f9f0d0d53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)