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 | ?^? | 001111110101111000111111 | 3f5e3f |
SJIS-WIN | ?^膀 | 00111111010111101110010001001110 | 3f5ee44e |
EUC-JP | ?^膀 | 00111111010111101110011110101111 | 3f5ee7af |
UTF-8 | 욉^膀 | 11101100100110101000100101011110111010001000011010000000 | ec9a895ee88680 |
UHC | 욉^膀 | 1011111111100001010111101101101110111001 | bfe15edbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)