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 | ?B? | 001111110100001000111111 | 3f423f |
SJIS-WIN | 北B莨 | 1001011001101011010000101110010010111100 | 966b42e4bc |
EUC-JP | 北B莨 | 1100101111001100010000101110100010111110 | cbcc42e8be |
UTF-8 | 北B莨 | 11100101100011001001011101000010111010001000111010101000 | e58c9742e88ea8 |
UHC | 北B? | 11011101110000010100001000111111 | ddc1423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)