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 | ??a???? | 00111111001111110110000100111111001111110011111100111111 | 3f3f613f3f3f3f |
SJIS-WIN | ??a???? | 00111111001111110110000100111111001111110011111100111111 | 3f3f613f3f3f3f |
EUC-JP | ??a???? | 00111111001111110110000100111111001111110011111100111111 | 3f3f613f3f3f3f |
UTF-8 | 롍렍a롇렟롇렟 | 11101011101000011000110111101011101000001000110101100001111010111010000110000111111010111010000010011111111010111010000110000111111010111010000010011111 | eba18deba08d61eba187eba09feba187eba09f |
UHC | 롍렍a롇렟롇렟 | 10001110110100111000111010100011011000011000111011001101100011101011000010001110110011011000111010110000 | 8ed38ea3618ecd8eb08ecd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)