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 | 弡ゐ辨 | 111110101011011110000010111011101001100110011110 | fab782ee999e |
EUC-JP | 弡ゐ辨 | 10001111101111001110010010100100111100001101000111111110 | 8fbce4a4f0d1fe |
UTF-8 | 弡ゐ辨 | 111001011011110010100001111000111000001010010000111010001011111010101000 | e5bca1e38290e8bea8 |
UHC | ?ゐ辨 | 0011111110101010111100001101110010101001 | 3faaf0dca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)