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 | 炫エ鯒 | 1111101101010010101101001110100111000101 | fb52b4e9c5 |
EUC-JP | 炫エ鯒 | 10001111110010011101001110001110101101001111001011000111 | 8fc9d38eb4f2c7 |
UTF-8 | 炫エ鯒 | 111001111000001010101011111011111011110110110100111010011010111110010010 | e782abefbdb4e9af92 |
UHC | 炫?? | 11111010110110110011111100111111 | fadb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)