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 | 潁??泣ф? | 100111111111000100111111001111111000101110000011100001001000011000111111 | 9ff13f3f8b8384863f |
EUC-JP | 潁??泣ф? | 110111101111001100111111001111111011010111100011101001111110011000111111 | def33f3fb5e3a7e63f |
UTF-8 | 潁뺣굢泣ф를 | 1110011010111101100000011110101110111010101000111110101010110101101000101110011010110011101000111101000110000100111010111010010110111100 | e6bd81ebbaa3eab5a2e6b3a3d184eba5bc |
UHC | 潁뺣굢泣ф를 | 111001111011100010010101111010111000001010001001111010111110100010101100111001101011100010100110 | e7b895eb8289ebe8ace6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)