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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?瑁B | 00111111111000001110111001000010 | 3fe0ee42 |
EUC-JP | 濩瑁B | 100011111100100110100100111000001111000001000010 | 8fc9a4e0f042 |
UTF-8 | 濩瑁B | 11100110101111111010100111100111100100011000000101000010 | e6bfa9e7918142 |
UHC | 濩瑁B | 1111101111001101110110011100000101000010 | fbcdd9c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)