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 | 鐔主Ё | 111010000101110010001110111001011000010001000110 | e85c8ee58446 |
EUC-JP | 鐔主Ё | 111011111011110110111100111001111010011110100111 | efbdbce7a7a7 |
UTF-8 | 鐔主Ё | 1110100110010000100101001110010010111000101110111101000010000001 | e99094e4b8bbd081 |
UHC | ?主Ё | 0011111111110001101010111010110010100111 | 3ff1abaca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)