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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遽檎ィョマ犾 | 111001111010111110001100111001111010100010101110110011111111101101011100 | e7af8ce7a8aecffb5c |
EUC-JP | 遽檎ィョマ犾 | 11101110101100011011100011101001100011101010100010001110101011101000111011001111100011111100101011110001 | eeb1b8e98ea88eae8ecf8fcaf1 |
UTF-8 | 遽檎ィョマ犾 | 111010011000000110111101111001101010101010001110111011111011110110101000111011111011110110101110111011111011111010001111111001111000101010111110 | e981bde6aa8eefbda8efbdaeefbe8fe78abe |
UHC | 遽檎???? | 1100101111101000110100001101010100111111001111110011111100111111 | cbe8d0d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)