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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | ??邯??邯Y | 001111110011111111100111101101100011111100111111111001111011011001011001 | 3f3fe7b63f3fe7b659 |
EUC-JP | ??邯??邯Y | 001111110011111111101110101110000011111100111111111011101011100001011001 | 3f3feeb83f3feeb859 |
UTF-8 | 룶끼邯룶끼邯Y | 11101011101000111011011011101011100000011011110011101001100000101010111111101011101000111011011011101011100000011011110011101001100000101010111101011001 | eba3b6eb81bce982afeba3b6eb81bce982af59 |
UHC | 룶끼邯룶끼邯Y | 10001111101010111011001110100010110010101111101110001111101010111011001110100010110010101111101101011001 | 8fabb3a2cafb8fabb3a2cafb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)