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 | 隰ウ蝠剰 | 11101000101011001011001111100101100101011000111111101000 | e8acb3e5958fe8 |
EUC-JP | 隰ウ蝠剰 | 1111000010101110100011101011001111101001111101011011111011101010 | f0ae8eb3e9f5beea |
UTF-8 | 隰ウ蝠剰 | 111010011001101010110000111011111011110110110011111010001001110110100000111001011000100110110000 | e99ab0efbdb3e89da0e589b0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)