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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??莎タ | 001111110011111111100100101100111000001101011110 | 3f3fe4b3835e |
EUC-JP | ??莎タ | 001111110011111111101000101101011010010110111111 | 3f3fe8b5a5bf |
UTF-8 | 룴가莎タ | 111010111010001110110100111010101011000010000000111010001000111010001110111000111000001010111111 | eba3b4eab080e88e8ee382bf |
UHC | 룴가莎タ | 1000111110101001101100001010000111011110111011011010101110111111 | 8fa9b0a1deedabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)