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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?????湄^ | 001111110011111100111111001111110011111110001111110001111111000101011110 | 3f3f3f3f3f8fc7f15e |
UTF-8 | 行면릎行멱湄^ | 11101111101010001000100011101011101010011011010011101011101001101000111011101111101010001000100011101011101010011011000111100110101110011000010001011110 | efa888eba9b4eba68eefa888eba9b1e6b9845e |
UHC | 行면릎行멱湄^ | 11111010101000011011100011101001101110001010110111111010101000011011100011101000110110101011010101011110 | faa1b8e9b8adfaa1b8e8dab55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)