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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿??嗽? | 11100000101000000011111100111111100110100111010100111111 | e0a03f3f9a753f |
EUC-JP | 燿??嗽? | 11100000101000100011111100111111110100111101011000111111 | e0a23f3fd3d63f |
UTF-8 | 燿쒏녂嗽뢆 | 111001111000011110111111111011001001001010001111111010111000010110000010111001011001011110111101111010111010001010000110 | e787bfec928feb8582e597bdeba286 |
UHC | 燿쒏녂嗽뢆 | 11101000111111001001110011100110100001101011101011100001111101011000111101000010 | e8fc9ce686bae1f58f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)