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 | 膵豪┏ | 111001000101100010001101100010111000010010101100 | e4588d8b84ac |
EUC-JP | 膵豪┏ | 111001111011100110111001111010111010100010101110 | e7b9b9eba8ae |
UTF-8 | 膵豪┏ | 111010001000011010110101111010001011000110101010111000101001010010001111 | e886b5e8b1aae2948f |
UHC | 膵豪┏ | 111101011111110111111011110111111010011010101110 | f5fdfbdfa6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)