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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 癲?〕泣?^ | 111000011001111100111111100000010110110010001011100000110011111101011110 | e19f3f816c8b833f5e |
EUC-JP | 癲?〕泣?^ | 111000101010000100111111101000011100110110110101111000110011111101011110 | e2a13fa1cdb5e33f5e |
UTF-8 | 癲용〕泣쨎^ | 11100111100110011011001011101100100110101010100111100011100000001001010111100110101100111010001111101100101010001000111001011110 | e799b2ec9aa9e38095e6b3a3eca88e5e |
UHC | 癲용〕泣쨎^ | 1110111110100110101111111110101110100001101100111110101111101000101001000110010101011110 | efa6bfeba1b3ebe8a4655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)