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 | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ??邯??咐H | 001111110011111111100111101101100011111100111111100110011111001101001000 | 3f3fe7b63f3f99f348 |
EUC-JP | ??邯??咐H | 001111110011111111101110101110000011111100111111110100101111010101001000 | 3f3feeb83f3fd2f548 |
UTF-8 | 룶괍邯룴점咐H | 11101011101000111011011011101010101101001000110111101001100000101010111111101011101000111011010011101100101000001001000011100101100100101001000001001000 | eba3b6eab48de982afeba3b4eca090e5929048 |
UHC | 룶괍邯룴점咐H | 10001111101010111011000110100010110010101111101110001111101010011100000110100001110111001111101101001000 | 8fabb1a2cafb8fa9c1a1dcfb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)