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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 綏惜獸穗\ | 111000110101011010010000110010011110000011010111111000100110111001011100 | e35690c9e0d7e26e5c |
EUC-JP | 綏惜獸穗\ | 111001011011011111000000110010111110000011011001111000111100111101011100 | e5b7c0cbe0d9e3cf5c |
UTF-8 | 綏惜獸穗\ | 11100111101101101000111111100110100000111001110011100111100011011011100011100111101010011001011101011100 | e7b68fe6839ce78db8e7a9975c |
UHC | 綏惜獸穗\ | 111000101011011111100000101011011110001010101110111000101011010001011100 | e2b7e0ade2aee2b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)