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 | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
SJIS-WIN | 恁⑦?^恁? | 100111001000110010000111010001100011111101011110100111001000110000111111 | 9c8c87463f5e9c8c3f |
EUC-JP | 恁??^恁? | 1101011111101100001111110011111101011110110101111110110000111111 | d7ec3f3f5ed7ec3f |
UTF-8 | 恁⑦삏^恁톇 | 11100110100000011000000111100010100100011010011011101100100000101000111101011110111001101000000110000001111011011000011010000111 | e68181e291a6ec828f5ee68181ed8687 |
UHC | 恁⑦삏^恁톇 | 1110110011110110101010001110110110011000100101100101111011101100111101101011011101011000 | ecf6a8ed98965eecf6b758 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)