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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | シ」シ灑B | 101111001010001110111100111000000111001001000010 | bca3bce07242 |
EUC-JP | シ」シ灑B | 100011101011110010001110101000111000111010111100110111111101001101000010 | 8ebc8ea38ebcdfd342 |
UTF-8 | シ」シ灑B | 11101111101111011011110011101111101111011010001111101111101111011011110011100111100000011001000101000010 | efbdbcefbda3efbdbce7819142 |
UHC | ???灑B | 001111110011111100111111111000011110111001000010 | 3f3f3fe1ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)