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 | 垣兢??鬱 | 1000101001011111100110010101110100111111001111111001111101010100 | 8a5f995d3f3f9f54 |
EUC-JP | 垣兢??鬱 | 1011001111000000110100011011111000111111001111111101110110110101 | b3c0d1be3f3fddb5 |
UTF-8 | 垣兢렩렰鬱 | 111001011001111010100011111001011000010110100010111010111010000010101001111010111010000010110000111010011010110010110001 | e59ea3e585a2eba0a9eba0b0e9acb1 |
UHC | 垣兢렩렰鬱 | 11101010101011111101000011100111100011101011011110001110101111011110101010100110 | eaafd0e78eb78ebdeaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)