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 | 濟?濟 | 1110000001011010001111111110000001011010 | e05a3fe05a |
EUC-JP | 濟?濟 | 1101111110111011001111111101111110111011 | dfbb3fdfbb |
UTF-8 | 濟렧濟 | 111001101011111110011111111010111010000010100111111001101011111110011111 | e6bf9feba0a7e6bf9f |
UHC | 濟렧濟 | 111100001010110110001110101101101111000010101101 | f0ad8eb6f0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)