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 | 譎、竭。寘 | 1110011010011001101001001110001010010001101000011111101010101001 | e699a4e291a1faa9 |
EUC-JP | 譎、竭。寘 | 1110101111111001100011101010010011100011111100011000111010100001100011111011101011100001 | ebf98ea4e3f18ea18fbae1 |
UTF-8 | 譎、竭。寘 | 111010001010110110001110111011111011110110100100111001111010101110101101111011111011110110100001111001011010111110011000 | e8ad8eefbda4e7abadefbda1e5af98 |
UHC | 譎?竭?? | 11111101110100100011111111001010111001100011111100111111 | fdd23fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)