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? | 100010111100001100111111001111111001011101101010100000101000110000111111 | 8bc33f3f976a828c3f |
EUC-JP | 凝??曜l? | 101101101100010100111111001111111100110111001011101000111110110000111111 | b6c53f3fcdcba3ec3f |
UTF-8 | 凝쒎뜳曜l뙗 | 111001011000011110011101111011001001001010001110111010111001110010110011111001101001101110011100111011111011110110001100111010111001100110010111 | e5879dec928eeb9cb3e69b9cefbd8ceb9997 |
UHC | 凝쒎뜳曜l뙗 | 111010111110101010011100111001011000110110110001111010001111100010100011111011001000110010011100 | ebea9ce58db1e8f8a3ec8c9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)