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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 灼杓rB | 100011101101110010001110110110110111001001000010 | 8edc8edb7242 |
EUC-JP | 灼杓rB | 101111001101111010111100110111010111001001000010 | bcdebcdd7242 |
UTF-8 | 灼杓rB | 1110011110000001101111001110011010011101100100110111001001000010 | e781bce69d937242 |
UHC | 灼杓rB | 111011011100011111111000111101010111001001000010 | edc7f8f57242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)