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 | ûD¸ZB | 11000011101110110100010011000010101110000101101001000010 | c3bb44c2b85a42 |
SJIS-WIN | ??D??ZB | 00111111001111110100010000111111001111110101101001000010 | 3f3f443f3f5a42 |
EUC-JP | �D¸ZB | 10001111101010101010101000111111010001001000111110101010101001001000111110100010101100010101101001000010 | 8faaaa3f448faaa48fa2b15a42 |
UTF-8 | ûD¸ZB | 1100001110000011110000101011101101000100110000111000001011000010101110000101101001000010 | c383c2bb44c382c2b85a42 |
UHC | ??D?¸ZB | 0011111100111111010001000011111110100010101011000101101001000010 | 3f3f443fa2ac5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)