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 | 遽檎「≫゙ | 1110011110101111100011001110011110100010100000011110001011011110 | e7af8ce7a281e2de |
EUC-JP | 遽檎「≫゙ | 11101110101100011011100011101001100011101010001010100010111001001000111011011110 | eeb1b8e98ea2a2e48ede |
UTF-8 | 遽檎「≫゙ | 111010011000000110111101111001101010101010001110111011111011110110100010111000101000100110101011111011111011111010011110 | e981bde6aa8eefbda2e289abefbe9e |
UHC | 遽檎?≫? | 1100101111101000110100001101010100111111101000011110110100111111 | cbe8d0d53fa1ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)