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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 雅????ν? | 100010011110101100111111001111110011111100111111100000111100101100111111 | 89eb3f3f3f3f83cb3f |
EUC-JP | 雅????ν? | 101100101110110100111111001111110011111100111111101001101100110100111111 | b2ed3f3f3f3fa6cd3f |
UTF-8 | 雅붞살탳若ν꼩 | 1110100110011011100001011110101110110110100111101110110010000010101101001110110110000011101100111110111110100101101101001100111010111101111010101011110010101001 | e99b85ebb69eec82b4ed83b3efa5b4cebdeabca9 |
UHC | 雅붞살탳若ν꼩 | 1110010010111010100101001100111010111011111011001011010110010000111001011010111010100101111011011000010010000110 | e4ba94cebbecb590e5aea5ed8486 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)