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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?庚眠^ | 001111111000110101001101100101101011000001011110 | 3f8d4d96b05e |
EUC-JP | ?庚眠^ | 001111111011100110101110110011001011001001011110 | 3fb9aeccb25e |
UTF-8 | 벋庚眠^ | 11101011101100101000101111100101101110101001101011100111100111001010000001011110 | ebb28be5ba9ae79ca05e |
UHC | 벋庚眠^ | 10111001111110011100110011010010110110001111100101011110 | b9f9ccd2d8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)