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 | 祭攀?紗? | 1000110111010101100111011011001100111111100011101101000100111111 | 8dd59db33f8ed13f |
EUC-JP | 祭攀?紗? | 1011101011010111110110101011010100111111101111001101001100111111 | bad7dab53fbcd33f |
UTF-8 | 祭攀렜紗롚 | 111001111010010110101101111001101001010010000000111010111010000010011100111001111011010010010111111010111010000110011010 | e7a5ade69480eba09ce7b497eba19a |
UHC | 祭攀렜紗롚 | 11110000101011101101101011100111100011101010111011011110111010011000111011011110 | f0aedae78eaedee98ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)