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 | 鵰ロ鍈 | 1111110001000111110110111111101001011110 | fc47dbfa5e |
EUC-JP | 鵰ロ鍈 | 1000111111101011111110111000111011011011100011111110010011101001 | 8febfb8edb8fe4e9 |
UTF-8 | 鵰ロ鍈 | 111010011011010110110000111011111011111010011011111010011000110110001000 | e9b5b0efbe9be98d88 |
UHC | ??鍈 | 00111111001111111110011111001100 | 3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)