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 | ?氈遲 | 0011111110011111100000011110011110101101 | 3f9f81e7ad |
EUC-JP | ?氈遲 | 0011111111011101111000011110111010101111 | 3fdde1eeaf |
UTF-8 | 앓氈遲 | 111011001001010110010011111001101011000010001000111010011000000110110010 | ec9593e6b088e981b2 |
UHC | 앓氈遲 | 101111101100111011101110111111011111001011000000 | beceeefdf2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)