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 | ?┝漫 | 0011111110000100101110101001011010011111 | 3f84ba969f |
EUC-JP | ?┝漫 | 0011111110101000101111001100110010100001 | 3fa8bccca1 |
UTF-8 | 뤶┝漫 | 111010111010010010110110111000101001010010011101111001101011110010101011 | eba4b6e2949de6bcab |
UHC | 뤶┝漫 | 100011111110010010100110101111001101100010111100 | 8fe4a6bcd8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)