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 | ?????· | 001111110011111100111111001111110011111110110111 | 3f3f3f3f3fb7 |
SJIS-WIN | 易э???? | 1000100011010101100001001000111100111111001111110011111100111111 | 88d5848f3f3f3f3f |
EUC-JP | 易э???? | 1011000011010111101001111110111100111111001111110011111100111111 | b0d7a7ef3f3f3f3f |
UTF-8 | 易э슨遼잏· | 11100110100110001001001111010001100011011110110010001010101010001110111110100111100000111110110010011110100011111100001010110111 | e69893d18dec8aa8efa783ec9e8fc2b7 |
UHC | 易э슨遼잏· | 111001101011011010101100111011111011110110111100111010011010110010011111111001111010000110100100 | e6b6acefbdbce9ac9fe7a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)