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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ν??l? | 0011111110000011110010110011111100111111100000101000110000111111 | 3f83cb3f3f828c3f |
EUC-JP | ?ν??l? | 0011111110100110110011010011111100111111101000111110110000111111 | 3fa6cd3f3fa3ec3f |
UTF-8 | 淋ν쉲淋lℓ | 1110111110100111101101011100111010111101111011001000100110110010111011111010011110110101111011111011110110001100111000101000010010010011 | efa7b5cebdec89b2efa7b5efbd8ce28493 |
UHC | 淋ν쉲淋lℓ | 111011001111100010100101111011011001101010001001111011001111100010100011111011001010011110100100 | ecf8a5ed9a89ecf8a3eca7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)