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 | ?匿丹庚 | 00111111100100111011110110010010010011111000110101001101 | 3f93bd924f8d4d |
EUC-JP | ?匿丹庚 | 00111111110001101011111111000011101100001011100110101110 | 3fc6bfc3b0b9ae |
UTF-8 | 뤦匿丹庚 | 111010111010010010100110111001011000110010111111111001001011100010111001111001011011101010011010 | eba4a6e58cbfe4b8b9e5ba9a |
UHC | 뤦匿丹庚 | 1000111111010100110100101111101111010011101000011100110011010010 | 8fd4d2fbd3a1ccd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)