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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薔?病 | 1110010101001011001111111001010101100001 | e54b3f9561 |
EUC-JP | 薔?病 | 1110100110101100001111111100100111000010 | e9ac3fc9c2 |
UTF-8 | 薔쿡病 | 111010001001011010010100111011001011111110100001111001111001011110000101 | e89694ecbfa1e79785 |
UHC | 薔쿡病 | 111011011111100111000100111011101101110010111011 | edf9c4eedcbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)