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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鏑烽刀梓?B | 10010011010011001110000010000010100100111000000110001000101100100011111101000010 | 934ce082938188b23f42 |
EUC-JP | 鏑烽刀梓?B | 11000101101011011101111111100010110001011110000110110000101101000011111101000010 | c5addfe2c5e1b0b43f42 |
UTF-8 | 鏑烽刀梓뎬B | 11101001100011111001000111100111100000111011110111100101100010001000000011100110101000101001001111101011100011101010110001000010 | e98f91e783bde58880e6a293eb8eac42 |
UHC | 鏑烽刀梓뎬B | 1110111011101011110111001110101111010011111011111110111010101001101101011011010001000010 | eeebdcebd3efeea9b5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)