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 | 祭攀?紗?? | 100011011101010110011101101100110011111110001110110100010011111100111111 | 8dd59db33f8ed13f3f |
EUC-JP | 祭攀?紗?? | 101110101101011111011010101101010011111110111100110100110011111100111111 | bad7dab53fbcd33f3f |
UTF-8 | 祭攀렜紗렠렏 | 111001111010010110101101111001101001010010000000111010111010000010011100111001111011010010010111111010111010000010100000111010111010000010001111 | e7a5ade69480eba09ce7b497eba0a0eba08f |
UHC | 祭攀렜紗렠렏 | 111100001010111011011010111001111000111010101110110111101110100110001110101100011000111010100101 | f0aedae78eaedee98eb18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)