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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?紈??? | 00111111100011111101001111001101001111110011111100111111 | 3f8fd3cd3f3f3f |
UTF-8 | 뤗紈쾹헴샴 | 111010111010010010010111111001111011010010001000111011001011111010111001111011011001011110110100111011001000001110110100 | eba497e7b488ecbeb9ed97b4ec83b4 |
UHC | 뤗紈쾹헴샴 | 10001111110001111111110010111100101100101000111111000111111100001011110010100100 | 8fc7fcbcb28fc7f0bca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)