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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羂語ソ輔 | 11100011101011101000110011101010101111111001010111100011 | e3ae8ceabf95e3 |
EUC-JP | 羂語ソ輔 | 1110011010110000101110001110110010001110101111111100101011100101 | e6b0b8ec8ebfcae5 |
UTF-8 | 羂語ソ輔 | 111001111011111010000010111010001010101010011110111011111011110110111111111010001011110010010100 | e7be82e8aa9eefbdbfe8bc94 |
UHC | ?語?輔 | 001111111110010111011110001111111101110011010000 | 3fe5de3fdcd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)