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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?膿B | 00111111100101000101111001000010 | 3f945e42 |
EUC-JP | ?膿B | 00111111110001111011111101000010 | 3fc7bf42 |
UTF-8 | 뤊膿B | 11101011101001001000101011101000100001101011111101000010 | eba48ae886bf42 |
UHC | 뤊膿B | 1000111110111010110100101101101101000010 | 8fbad2db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)