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 | 譴「豸⑪ | 11100110101000101010001011100110101101101000011101001010 | e6a2a2e6b6874a |
EUC-JP | 譴「豸? | 11101100101001001000111010100010111011001011100000111111 | eca48ea2ecb83f |
UTF-8 | 譴「豸⑪ | 111010001010110110110100111011111011110110100010111010001011000110111000111000101001000110101010 | e8adb4efbda2e8b1b8e291aa |
UHC | 譴??⑪ | 110011001011100100111111001111111010100011110001 | ccb93f3fa8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)