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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 薰「邇ウ髷エB | 11111011100111101010001011100111100011101011001111101001100111101011010001000010 | fb9ea2e78eb3e99eb442 |
EUC-JP | ?「邇ウ髷エB | 001111111000111010100010111011011110111010001110101100111111000111111110100011101011010001000010 | 3f8ea2edee8eb3f1fe8eb442 |
UTF-8 | 薰「邇ウ髷エB | 11101000100101101011000011101111101111011010001011101001100000101000011111101111101111011011001111101001101010111011011111101111101111011011010001000010 | e896b0efbda2e98287efbdb3e9abb7efbdb442 |
UHC | 薰?邇???B | 111111011011100100111111111011001100010000111111001111110011111101000010 | fdb93fecc43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)