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 | 沚喇丙 | 100111111000110110011010011010001001010110111000 | 9f8d9a6895b8 |
EUC-JP | 沚喇丙 | 110111011110110111010011110010011100101010111010 | ddedd3c9caba |
UTF-8 | 沚喇丙 | 111001101011001010011010111001011001011010000111111001001011100010011001 | e6b29ae59687e4b899 |
UHC | 沚喇丙 | 111100101010111111010100111110101101110010110000 | f2afd4fadcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)