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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 張??F | 1001001010100011001111110011111101000110 | 92a33f3f46 |
EUC-JP | 張??F | 1100010010100101001111110011111101000110 | c4a53f3f46 |
UTF-8 | 張곁갬F | 11100101101111001011010111101010101100111000000111101010101100001010110001000110 | e5bcb5eab381eab0ac46 |
UHC | 張곁갬F | 11101101111001011011000011100111101100001011011101000110 | ede5b0e7b0b746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)