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 | 奧??恂 | 100110101111101000111111001111111001110010010110 | 9afa3f3f9c96 |
EUC-JP | 奧??恂 | 110101001111110000111111001111111101011111110110 | d4fc3f3fd7f6 |
UTF-8 | 奧싨퓭恂 | 111001011010010110100111111011001000101110101000111011011001001110101101111001101000000110000010 | e5a5a7ec8ba8ed93ade68182 |
UHC | 奧싨퓭恂 | 1110011111110011100110101110011010111111100101001110001011100001 | e7f39ae6bf94e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)