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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟄壽㊧ | 111001011010110110011010111001101000011110001000 | e5ad9ae68788 |
EUC-JP | 蟄壽? | 1110101010101111110101001110100000111111 | eaafd4e83f |
UTF-8 | 蟄壽㊧ | 111010001001111110000100111001011010001110111101111000111000101010100111 | e89f84e5a3bde38aa7 |
UHC | 蟄壽? | 1111011011011110111000011111100000111111 | f6dee1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)