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 | ??ʼn??? | 0011111100111111100011111010100111001010001111110011111100111111 | 3f3f8fa9ca3f3f3f |
UTF-8 | 룶퀛ʼn∼룶끗 | 1110101110100011101101101110110110000000100110111100010110001001111000101000100010111100111010111010001110110110111010111000000110010111 | eba3b6ed809bc589e288bceba3b6eb8197 |
UHC | 룶퀛ʼn∼룶끗 | 100011111010101110110011100011111010100110110000101000011010110110001111101010111011001011111101 | 8fabb38fa9b0a1ad8fabb2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)