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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮???よ | 11100001010001000011111100111111001111111000001011100110 | e1443f3f3f82e6 |
EUC-JP | 瓮???よ | 11100001101001010011111100111111001111111010010011101000 | e1a53f3f3fa4e8 |
UTF-8 | 瓮욕만銳よ | 111001111001001110101110111011001001101010010101111010111010011110001100111010011000101010110011111000111000001010001000 | e793aeec9a95eba78ce98ab3e38288 |
UHC | 瓮욕만銳よ | 11101000101101111011111111100101101110001011100011100111111001011010101011101000 | e8b7bfe5b8b8e7e5aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)