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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 髥????? | 1000111111101001111100000011111100111111001111110011111100111111 | 8fe9f03f3f3f3f3f |
UTF-8 | 髥걢뜞若뙀뒽 | 111010011010101110100101111010101011000110100010111010111001110010011110111011111010010110110100111010111001100110000000111010111001001010111101 | e9aba5eab1a2eb9c9eefa5b4eb9980eb92bd |
UHC | 髥걢뜞若뙀뒽 | 111001111010001110000001100010111000110110100001111001011010111010001100100001101000101010110011 | e7a3818b8da1e5ae8c868ab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)