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 | Éúû_Ø | 100011111100100111111010111110110101111111011000 | 8fc9fafb5fd8 |
SJIS-WIN | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
EUC-JP | ?Éúû_Ø | 0011111110001111101010101011000110001111101010111110001010001111101010111110010101011111100011111010100110101100 | 3f8faab18fabe28fabe55f8fa9ac |
UTF-8 | Éúû_Ø | 1100001010001111110000111000100111000011101110101100001110111011010111111100001110011000 | c28fc389c3bac3bb5fc398 |
UHC | ????_Ø | 00111111001111110011111100111111010111111010100010101010 | 3f3f3f3f5fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)