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 | «¡}V] | 100011111010101110100001011111010101011001011101 | 8faba17d565d |
SJIS-WIN | ???}V] | 001111110011111100111111011111010101011001011101 | 3f3f3f7d565d |
EUC-JP | ??¡}V] | 0011111100111111100011111010001011000010011111010101011001011101 | 3f3f8fa2c27d565d |
UTF-8 | «¡}V] | 110000101000111111000010101010111100001010100001011111010101011001011101 | c28fc2abc2a17d565d |
UHC | ??¡}V] | 00111111001111111010001010101110011111010101011001011101 | 3f3fa2ae7d565d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)