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 | 節??掌ε? | 100100001101111100111111001111111000111110110110100000111100001100111111 | 90df3f3f8fb683c33f |
EUC-JP | 節??掌ε? | 110000001110000100111111001111111011111010111000101001101100010100111111 | c0e13f3fbeb8a6c53f |
UTF-8 | 節억풜掌εㅁ | 1110011110101111100000001110110010010110101101011110110110010010100111001110011010001110100011001100111010110101111000111000010110000001 | e7af80ec96b5ed929ce68e8cceb5e38581 |
UHC | 節억풜掌εㅁ | 111011111011110110111110111011111011111010011111111011011110011010100101111001011010010010110001 | efbdbeefbe9fede6a5e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)