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 | 窒?肇??? | 1001001010000010001111111001010010100011001111110011111100111111 | 92823f94a33f3f3f |
EUC-JP | 窒?肇??? | 1100001111100010001111111100100010100101001111110011111100111111 | c3e23fc8a53f3f3f |
UTF-8 | 窒롚肇렰씐렞 | 111001111010101010010010111010111010000110011010111010001000001010000111111010111010000010110000111011001001010010010000111010111010000010011110 | e7aa92eba19ae88287eba0b0ec9490eba09e |
UHC | 窒롚肇렰씐렞 | 111100101111001010001110110111101111000011011100100011101011110110111110101110111000111010101111 | f2f28edef0dc8ebdbebb8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)