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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 盖穩鈔k | 11100001101100111110001001110010111001111110001001101011 | e1b3e272e7e26b |
EUC-JP | 盖穩鈔k | 11100010101101011110001111010011111011101110010001101011 | e2b5e3d3eee46b |
UTF-8 | 盖穩鈔k | 11100111100110111001011011100111101010011010100111101001100010001001010001101011 | e79b96e7a9a9e988946b |
UHC | 盖穩?k | 110010111100110011101000101100010011111101101011 | cbcce8b13f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)