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 | êêÍËòÀ | 1110101011101010100011101100110110001110110010111111001011000000 | eaea8ecd8ecbf2c0 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | êê?Í?ËòÀ | 1000111110101011101101001000111110101011101101000011111110001111101010101011111100111111100011111010101010110011100011111010101111010010100011111010101010100010 | 8fabb48fabb43f8faabf3f8faab38fabd28faaa2 |
UTF-8 | êêÍËòÀ | 11000011101010101100001110101010110000101000111011000011100011011100001010001110110000111000101111000011101100101100001110000000 | c3aac3aac28ec38dc28ec38bc3b2c380 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)