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 | 鬲ロ鍈 | 1110100110101101110110111111101001011110 | e9addbfa5e |
EUC-JP | 鬲ロ鍈 | 11110010101011111000111011011011100011111110010011101001 | f2af8edb8fe4e9 |
UTF-8 | 鬲ロ鍈 | 111010011010110010110010111011111011111010011011111010011000110110001000 | e9acb2efbe9be98d88 |
UHC | ??鍈 | 00111111001111111110011111001100 | 3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)