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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顏ー螟懶ス、 | 111010001111100010110000111001011010010010011100111011111011110110100100 | e8f8b0e5a49cefbda4 |
EUC-JP | 顏ー螟懶ス、 | 111100001111101010001110101100001110101010100110110110001111000110001110101111011000111010100100 | f0fa8eb0eaa6d8f18ebd8ea4 |
UTF-8 | 顏ー螟懶ス、 | 111010011010000110001111111011111011110110110000111010001001111010011111111001101000011110110110111011111011110110111101111011111011110110100100 | e9a18fefbdb0e89e9fe687b6efbdbdefbda4 |
UHC | ??螟懶?? | 0011111100111111110110011010110111010100111110110011111100111111 | 3f3fd9add4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)