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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 洩陝泄^ | 10001001011010111110100010011111100111111001010101011110 | 896be89f9f955e |
EUC-JP | 洩陝泄^ | 10110001110011001111000010100001110111011111010101011110 | b1ccf0a1ddf55e |
UTF-8 | 洩陝泄^ | 11100110101101001010100111101001100110011001110111100110101100111000010001011110 | e6b4a9e9999de6b3845e |
UHC | 洩陝泄^ | 11100000110111011110000011101101111000001101110001011110 | e0dde0ede0dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)