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 | 11101000111110001011011011100110101010101000111011101000101100111010001001000010 | e8f8b6e6aa8ee8b3a242 |
EUC-JP | 顏カ讙手ウ「B | 11110000111110101000111010110110111011001010110010111100111010101000111010110011100011101010001001000010 | f0fa8eb6ecacbcea8eb38ea242 |
UTF-8 | 顏カ讙手ウ「B | 11101001101000011000111111101111101111011011011011101000101011101001100111100110100010011000101111101111101111011011001111101111101111011010001001000010 | e9a18fefbdb6e8ae99e6898befbdb3efbda242 |
UHC | ???手??B | 0011111100111111001111111110001010100010001111110011111101000010 | 3f3f3fe2a23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)