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 | 咳?海?海? | 100010100101000000111111100010100100001100111111100010100100001100111111 | 8a503f8a433f8a433f |
EUC-JP | 咳?海?海? | 101100111011000100111111101100111010010000111111101100111010010000111111 | b3b13fb3a43fb3a43f |
UTF-8 | 咳렣海렭海렲 | 111001011001001010110011111010111010000010100011111001101011010110110111111010111010000010101101111001101011010110110111111010111010000010110010 | e592b3eba0a3e6b5b7eba0ade6b5b7eba0b2 |
UHC | 咳렣海렭海렲 | 111110101010011010001110101101001111101010101101100011101011101011111010101011011000111010111111 | faa68eb4faad8ebafaad8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)