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 | àüÝÝàü | 1110000011111100100011101101110110001110110111011110000011111100 | e0fc8edd8edde0fc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | àü?Ý?Ýàü | 1000111110101011101000101000111110101011111001000011111110001111101010101111001000111111100011111010101011110010100011111010101110100010100011111010101111100100 | 8faba28fabe43f8faaf23f8faaf28faba28fabe4 |
UTF-8 | àüÝÝàü | 11000011101000001100001110111100110000101000111011000011100111011100001010001110110000111001110111000011101000001100001110111100 | c3a0c3bcc28ec39dc28ec39dc3a0c3bc |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)