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 | 猶??宜?? | 1001011101010000001111110011111110001011010110000011111100111111 | 97503f3f8b583f3f |
EUC-JP | 猶??宜?? | 1100110110110001001111110011111110110101101110010011111100111111 | cdb13f3fb5b93f3f |
UTF-8 | 猶뽯죸宜밸젉 | 111001111000110010110110111010111011110110101111111011001010001110111000111001011010111010011100111010111011000010111000111011001010000010001001 | e78cb6ebbdafeca3b8e5ae9cebb0b8eca089 |
UHC | 猶뽯죸宜밸젉 | 111010111010001010010110111010111010000110010010111010111111000110111001111010111010000010001011 | eba296eba192ebf1b9eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)