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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?訥?h | 0011111111100110011000110011111101101000 | 3fe6633f68 |
EUC-JP | ?訥ʼnh | 00111111111010111100010010001111101010011100101001101000 | 3febc48fa9ca68 |
UTF-8 | 룵訥ʼnh | 111010111010001110110101111010001010100010100101110001011000100101101000 | eba3b5e8a8a5c58968 |
UHC | 룵訥ʼnh | 10001111101010101101001011101101101010011011000001101000 | 8faad2eda9b068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)