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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 漏北 | 10011000010100101001011001101011 | 9852966b |
EUC-JP | 漏北 | 11001111101100111100101111001100 | cfb3cbcc |
UTF-8 | 漏北 | 111001101011110010001111111001011000110010010111 | e6bc8fe58c97 |
UHC | 漏北 | 11010111101010011101110111000001 | d7a9ddc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)