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 | 嚴????? | 10011010100011100011111100111111001111110011111100111111 | 9a8e3f3f3f3f3f |
EUC-JP | 嚴??靷?? | 110100111110111000111111001111111000111111100111101111010011111100111111 | d3ee3f3f8fe7bd3f3f |
UTF-8 | 嚴곴난靷덂꼧 | 111001011001101010110100111010101011001110110100111010111000001010011100111010011001110110110111111010111000110110000010111010101011110010100111 | e59ab4eab3b4eb829ce99db7eb8d82eabca7 |
UHC | 嚴곴난靷덂꼧 | 111001011111000110000001111010101011001110101101111011001110011010001000111001011000010010000100 | e5f181eab3adece688e58484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)