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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?ν?P | 0011111110000011110010110011111101010000 | 3f83cb3f50 |
EUC-JP | ?ν?P | 0011111110100110110011010011111101010000 | 3fa6cd3f50 |
UTF-8 | 淋ν슕P | 111011111010011110110101110011101011110111101100100010101001010101010000 | efa7b5cebdec8a9550 |
UHC | 淋ν슕P | 11101100111110001010010111101101100110101010010001010000 | ecf8a5ed9aa450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)