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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????薔? | 00111111001111110011111100111111111001010100101100111111 | 3f3f3f3fe54b3f |
EUC-JP | ????薔? | 00111111001111110011111100111111111010011010110000111111 | 3f3f3f3fe9ac3f |
UTF-8 | 렻縷렫렍薔렡 | 111010111010000010111011111011111010010110010000111010111010000010101011111010111010000010001101111010001001011010010100111010111010000010100001 | eba0bbefa590eba0abeba08de89694eba0a1 |
UHC | 렻縷렫렍薔렡 | 100011101100001111010010111010101000111010111001100011101010001111101101111110011000111010110010 | 8ec3d2ea8eb98ea3edf98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)