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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窒?肇?? | 10010010100000100011111110010100101000110011111100111111 | 92823f94a33f3f |
EUC-JP | 窒?肇?? | 11000011111000100011111111001000101001010011111100111111 | c3e23fc8a53f3f |
UTF-8 | 窒롚肇렰씐 | 111001111010101010010010111010111010000110011010111010001000001010000111111010111010000010110000111011001001010010010000 | e7aa92eba19ae88287eba0b0ec9490 |
UHC | 窒롚肇렰씐 | 11110010111100101000111011011110111100001101110010001110101111011011111010111011 | f2f28edef0dc8ebdbebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)