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 | 銖宣メ霆 | 1110011111110001100100001110100110000011100000011110100010111011 | e7f190e98381e8bb |
EUC-JP | 銖宣メ霆 | 1110111011110011110000001110101110100101111000011111000010111101 | eef3c0eba5e1f0bd |
UTF-8 | 銖宣メ霆 | 111010011000101010010110111001011010111010100011111000111000001110100001111010011001110010000110 | e98a96e5aea3e383a1e99c86 |
UHC | 銖宣メ霆 | 1110001011000111111000001011111010101011111000011110111111111101 | e2c7e0beabe1effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)