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 | ëî£æ?? | 111010111110111010100011111001100011111100111111 | ebeea3e63f3f |
SJIS-WIN | ??£?‡蹉 | 001111110011111110000001100100100011111110000001111101101110011101000001 | 3f3f81923f81f6e741 |
EUC-JP | ëî£æ‡蹉 | 100011111010101110110011100011111010101111000010101000011111001010001111101010011100000110100010111110001110110110100010 | 8fabb38fabc2a1f28fa9c1a2f8eda2 |
UTF-8 | ëî£æ‡蹉 | 1100001110101011110000111010111011000010101000111100001110100110111000101000000010100001111010001011100110001001 | c3abc3aec2a3c3a6e280a1e8b989 |
UHC | ???æ‡蹉 | 001111110011111100111111101010011010000110100010110101001111001110110010 | 3f3f3fa9a1a2d4f3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)