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 | ?┝玲 | 0011111110000100101110101001011111100110 | 3f84ba97e6 |
EUC-JP | ?┝玲 | 0011111110101000101111001100111011101000 | 3fa8bccee8 |
UTF-8 | 뤶┝玲 | 111010111010010010110110111000101001010010011101111001111000111010110010 | eba4b6e2949de78eb2 |
UHC | 뤶┝玲 | 100011111110010010100110101111001101011010111100 | 8fe4a6bcd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)