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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魚??源 | 100010111001101100111111001111111000110010111001 | 8b9b3f3f8cb9 |
EUC-JP | 魚??源 | 101101011111101100111111001111111011100010111011 | b5fb3f3fb8bb |
UTF-8 | 魚졻벃源 | 111010011010110110011010111011001010000110111011111010111011001010000011111001101011101010010000 | e9ad9aeca1bbebb283e6ba90 |
UHC | 魚졻벃源 | 1110010111100000101000001110001010010011101010011110101010111001 | e5e0a0e293a9eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)