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 | エ隆鱠 | 11110000101100111011010011111011111010011110100111100100 | f0b3b4fbe9e9e4 |
EUC-JP | ?エ?鱠 | 001111111000111010110100001111111111001011100110 | 3f8eb43ff2e6 |
UTF-8 | エ隆鱠 | 111011101000000110110010111011111011110110110100111011111010011110011100111010011011000110100000 | ee81b2efbdb4efa79ce9b1a0 |
UHC | ??隆? | 0011111100111111111010111101100000111111 | 3f3febd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)