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 | 齋?蹄?齋 | 1110001001010110001111111001001011111011001111111110001001010110 | e2563f92fb3fe256 |
EUC-JP | 齋?蹄?齋 | 1110001110110111001111111100010011111101001111111110001110110111 | e3b73fc4fd3fe3b7 |
UTF-8 | 齋렢蹄렧齋 | 111010011011110110001011111010111010000010100010111010001011100110000100111010111010000010100111111010011011110110001011 | e9bd8beba0a2e8b984eba0a7e9bd8b |
UHC | 齋렢蹄렧齋 | 11101110101100011000111010110011111100001011010010001110101101101110111010110001 | eeb18eb3f0b48eb6eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)