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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 洩隨 | 10001001011010111110011110101100 | 896be7ac |
EUC-JP | 洩隨 | 10110001110011001110111010101110 | b1cceeae |
UTF-8 | 洩隨 | 111001101011010010101001111010011001101010101000 | e6b4a9e99aa8 |
UHC | 洩隨 | 11100000110111011110001011001011 | e0dde2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)