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 | ??莎イ | 001111110011111111100100101100111000001101000011 | 3f3fe4b38343 |
EUC-JP | ??莎イ | 001111110011111111101000101101011010010110100100 | 3f3fe8b5a5a4 |
UTF-8 | 룵끝莎イ | 111010111010001110110101111010111000000110011101111010001000111010001110111000111000001010100100 | eba3b5eb819de88e8ee382a4 |
UHC | 룵끝莎イ | 1000111110101010101100111010000111011110111011011010101110100100 | 8faab3a1deedaba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)