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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 正?齋槃? | 1001000010110011001111111110001001010110100111101100111100111111 | 90b33fe2569ecf3f |
EUC-JP | 正?齋槃? | 1100000010110101001111111110001110110111110111001101000100111111 | c0b53fe3b7dcd13f |
UTF-8 | 正렲齋槃땃 | 111001101010110110100011111010111010000010110010111010011011110110001011111001101010011110000011111010111001010110000011 | e6ada3eba0b2e9bd8be6a783eb9583 |
UHC | 正렲齋槃땃 | 11101111111000011000111010111111111011101011000111011010111010011011011010100011 | efe18ebfeeb1dae9b6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)