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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???誤? | 001111110011111100111111100011001110101100111111 | 3f3f3f8ceb3f |
EUC-JP | ???誤? | 001111110011111100111111101110001110110100111111 | 3f3f3fb8ed3f |
UTF-8 | 琉앹썳誤딟 | 111011111010011110001100111011001001010110111001111011001000110110110011111010001010101010100100111010111001010010011111 | efa78cec95b9ec8db3e8aaa4eb949f |
UHC | 琉앹썳誤딟 | 11101011101001001001110111101100100110111010000111101000101001101000101101000010 | eba49dec9ba1e8a68b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)