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 | 拗?? | 10011101010110000011111100111111 | 9d583f3f |
EUC-JP | 拗?? | 11011001101110010011111100111111 | d9b93f3f |
UTF-8 | 拗룸물 | 111001101000101110010111111010111010001110111000111010111010110010111100 | e68b97eba3b8ebacbc |
UHC | 拗룸물 | 111010001111001110110111111010111011100110110000 | e8f3b7ebb9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)