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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉑エ橳、 | 111110111100100110110100111110101111000010100100 | fbc9b4faf0a4 |
EUC-JP | 鉑エ橳、 | 10001111111000111110000110001110101101001000111111000101101101011000111010100100 | 8fe3e18eb48fc5b58ea4 |
UTF-8 | 鉑エ橳、 | 111010011000100110010001111011111011110110110100111001101010100110110011111011111011110110100100 | e98991efbdb4e6a9b3efbda4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)