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 | 堊??縊g? | 100110101011111100111111001111111110001101101111100000101000011100111111 | 9abf3f3fe36f82873f |
EUC-JP | 堊??縊g? | 110101001100000100111111001111111110010111010000101000111110011100111111 | d4c13f3fe5d0a3e73f |
UTF-8 | 堊앸젉縊g럷 | 111001011010000010001010111011001001010110111000111011001010000010001001111001111011100010001010111011111011110110000111111010111001111110110111 | e5a08aec95b8eca089e7b88aefbd87eb9fb7 |
UHC | 堊앸젉縊g럷 | 111001001011111010011101111010111010000010001011111001001111110010100011111001111000111010010110 | e4be9deba08be4fca3e78e96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)