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 | 齋磐??梓 | 1110001001010110100101001101011000111111001111111000100010110010 | e25694d63f3f88b2 |
EUC-JP | 齋磐??梓 | 1110001110110111110010001101100000111111001111111011000010110100 | e3b7c8d83f3fb0b4 |
UTF-8 | 齋磐렰렣梓 | 111010011011110110001011111001111010001110010000111010111010000010110000111010111010000010100011111001101010001010010011 | e9bd8be7a390eba0b0eba0a3e6a293 |
UHC | 齋磐렰렣梓 | 11101110101100011101101011110001100011101011110110001110101101001110111010101001 | eeb1daf18ebd8eb4eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)