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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 怡?耘 | 1001110001111101001111111110001111001111 | 9c7d3fe3cf |
EUC-JP | 怡?耘 | 1101011111011110001111111110011011010001 | d7de3fe6d1 |
UTF-8 | 怡렫耘 | 111001101000000010100001111010111010000010101011111010001000000010011000 | e680a1eba0abe88098 |
UHC | 怡렫耘 | 111011001010111010001110101110011110100111111100 | ecae8eb9e9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)