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 | 10010010101011001110000010000010100100111000000110001000101100100011111101000010 | 92ace082938188b23f42 |
EUC-JP | 町烽刀梓?B | 11000100101011101101111111100010110001011110000110110000101101000011111101000010 | c4aedfe2c5e1b0b43f42 |
UTF-8 | 町烽刀梓뎬B | 11100111100101001011101011100111100000111011110111100101100010001000000011100110101000101001001111101011100011101010110001000010 | e794bae783bde58880e6a293eb8eac42 |
UHC | 町烽刀梓뎬B | 1110111111101011110111001110101111010011111011111110111010101001101101011011010001000010 | efebdcebd3efeea9b5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)