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 | 髥걢뜞若똾뜠 | 111010011010101110100101111010101011000110100010111010111001110010011110111011111010010110110100111010111001100010111110111010111001110010100000 | e9aba5eab1a2eb9c9eefa5b4eb98beeb9ca0 |
UHC | 髥걢뜞若똾뜠 | 111001111010001110000001100010111000110110100001111001011010111010001100100001001000110110100011 | e7a3818b8da1e5ae8c848da3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)