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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 뗡뇙꽟썏 | 111010111001011110100001111010111000011110011001111010101011110110011111111011001000110110001111 | eb97a1eb8799eabd9fec8d8f |
UHC | 뗡뇙꽟썏 | 1000101111100001100001111000010010000100101011001001101110000010 | 8be1878484ac9b82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)