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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 眩哺痞竟B | 111000011011111110011010010011011110000101111100111010001110110101000010 | e1bf9a4de17ce8ed42 |
EUC-JP | 眩哺痞竟B | 111000101100000111010011101011101110000111011101111100001110111101000010 | e2c1d3aee1ddf0ef42 |
UTF-8 | 眩哺痞竟B | 11100111100111001010100111100101100100111011101011100111100101111001111011100111101010111001111101000010 | e79ca9e593bae7979ee7ab9f42 |
UHC | 眩哺?竟B | 1111101011011111111110001101010000111111110011001110010101000010 | fadff8d43fcce542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)