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 | シナ軸柴シェ | 1011110011000101100011101011001010001110110001001011110010101010 | bcc58eb28ec4bcaa |
EUC-JP | シナ軸柴シェ | 100011101011110010001110110001011011110010110100101111001100011010001110101111001000111010101010 | 8ebc8ec5bcb4bcc68ebc8eaa |
UTF-8 | シナ軸柴シェ | 111011111011110110111100111011111011111010000101111010001011101110111000111001101001111110110100111011111011110110111100111011111011110110101010 | efbdbcefbe85e8bbb8e69fb4efbdbcefbdaa |
UHC | ??軸柴?? | 0011111100111111111101011110111011100011110000110011111100111111 | 3f3ff5eee3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)