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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?閃???? | 00111111100100010100110100111111001111110011111100111111 | 3f914d3f3f3f3f |
EUC-JP | ?閃磻??? | 001111111100000110101110100011111101000010111010001111110011111100111111 | 3fc1ae8fd0ba3f3f3f |
UTF-8 | 뤊閃磻혦햶뺙 | 111010111010010010001010111010011001011010000011111001111010001110111011111011011001100010100110111011011001011010110110111010111011101010011001 | eba48ae99683e7a3bbed98a6ed96b6ebba99 |
UHC | 뤊閃磻혦햶뺙 | 100011111011101011100000111011001101101011110010110000101000111011000001100011111011101110110011 | 8fbae0ecdaf2c28ec18fbbb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)