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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑕ロ鍈 | 1110000011101010110110111111101001011110 | e0eadbfa5e |
EUC-JP | 瑕ロ鍈 | 11100000111011001000111011011011100011111110010011101001 | e0ec8edb8fe4e9 |
UTF-8 | 瑕ロ鍈 | 111001111001000110010101111011111011111010011011111010011000110110001000 | e79195efbe9be98d88 |
UHC | 瑕?鍈 | 1111100111000010001111111110011111001100 | f9c23fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)