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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逖臥泣B | 11100111100110001000100111100111100010111000001101000010 | e79889e78b8342 |
EUC-JP | 逖臥泣B | 11101101111110001011001011101001101101011110001101000010 | edf8b2e9b5e342 |
UTF-8 | 逖臥泣B | 11101001100000001001011011101000100001111010010111100110101100111010001101000010 | e98096e887a5e6b3a342 |
UHC | ?臥泣B | 001111111110100011000010111010111110100001000010 | 3fe8c2ebe842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)