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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迴井ソセ逵 | 1110011110001111100010001110010010111111101111101110011110011100 | e78f88e4bfbee79c |
EUC-JP | 迴井ソセ逵 | 11101101111011111011000011100110100011101011111110001110101111101110110111111100 | edefb0e68ebf8ebeedfc |
UTF-8 | 迴井ソセ逵 | 111010001011111110110100111001001011101010010101111011111011110110111111111011111011110110111110111010011000000010110101 | e8bfb4e4ba95efbdbfefbdbee980b5 |
UHC | ?井??逵 | 00111111111011111100110000111111001111111101000010110000 | 3fefcc3f3fd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)