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 | 艶??偃? | 10001001100100000011111100111111100110001110111000111111 | 89903f3f98ee3f |
EUC-JP | 艶??偃? | 10110001111100000011111100111111110100001111000000111111 | b1f03f3fd0f03f |
UTF-8 | 艶쀥맢偃켃 | 111010001000100110110110111011001000000010100101111010111010011110100010111001011000000110000011111011001011110010000011 | e889b6ec80a5eba7a2e58183ecbc83 |
UHC | 艶쀥맢偃켃 | 11100110111111011001011111100101100100001010111011100101111001111011000101000010 | e6fd97e590aee5e7b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)