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 | 艇脛裏 | 100100101111100011100011111110001001011110100000 | 92f8e3f897a0 |
EUC-JP | 艇脛裏 | 110001001111101011100110111110101100111010100010 | c4fae6facea2 |
UTF-8 | 艇脛裏 | 111010001000100110000111111010001000010010011011111010001010001110001111 | e88987e8849be8a38f |
UHC | 艇脛裏 | 111011111111001111001100111010111101011111101010 | eff3ccebd7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)