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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 睡?? | 10010000100001110011111100111111 | 90873f3f |
EUC-JP | 睡?? | 10111111111001110011111100111111 | bfe73f3f |
UTF-8 | 睡욳뻁 | 111001111001110110100001111011001001101010110011111010111011101110000001 | e79da1ec9ab3ebbb81 |
UHC | 睡욳뻁 | 111000101011001010011111010010011001011001001010 | e2b29f49964a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)