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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??璋? | 0011111100111111111000001111011000111111 | 3f3fe0f63f |
EUC-JP | ??璋? | 0011111100111111111000001111100000111111 | 3f3fe0f83f |
UTF-8 | 狀렮璋렡 | 111011111010011110111010111010111010000010101110111001111001001010001011111010111010000010100001 | efa7baeba0aee7928beba0a1 |
UHC | 狀렮璋렡 | 1110110111101110100011101011101111101101111100001000111010110010 | edee8ebbedf08eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)