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 | 珈遮舎 | 111000001101101110001110110101011000111011001001 | e0db8ed58ec9 |
EUC-JP | 珈遮舎 | 111000001101110110111100110101111011110011001011 | e0ddbcd7bccb |
UTF-8 | 珈遮舎 | 111001111000111110001000111010011000000110101110111010001000100010001110 | e78f88e981aee8888e |
UHC | ?遮? | 00111111111100111011010000111111 | 3ff3b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)