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 | ?宛?? | 0011111110001000101101100011111100111111 | 3f88b63f3f |
EUC-JP | ?宛?? | 0011111110110000101110000011111100111111 | 3fb0b83f3f |
UTF-8 | 롇宛렗렍 | 111010111010000110000111111001011010111010011011111010111010000010010111111010111010000010001101 | eba187e5ae9beba097eba08d |
UHC | 롇宛렗렍 | 1000111011001101111010001100100010001110101011001000111010100011 | 8ecde8c88eac8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)