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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 茹k?h | 111001001010010110000010100010110011111101101000 | e4a5828b3f68 |
EUC-JP | 茹k?h | 111010001010011110100011111010110011111101101000 | e8a7a3eb3f68 |
UTF-8 | 茹k젔h | 11101000100011001011100111101111101111011000101111101100101000001001010001101000 | e88cb9efbd8beca09468 |
UHC | 茹k젔h | 11100110101010101010001111101011101000001001001001101000 | e6aaa3eba09268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)