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 | 錺鴻ャ | 1110100001000100100011011000001110101100 | e8448d83ac |
EUC-JP | 錺鴻ャ | 111011111010010110111001111000111000111010101100 | efa5b9e38eac |
UTF-8 | 錺鴻ャ | 111010011000110010111010111010011011010010111011111011111011110110101100 | e98cbae9b4bbefbdac |
UHC | ?鴻? | 00111111111110111111100000111111 | 3ffbf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)