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 | 鯀マ | 1110100110111111110011111111000101000010 | e9bfcff142 |
EUC-JP | 鯀マ? | 1111001011000001100011101100111100111111 | f2c18ecf3f |
UTF-8 | 鯀マ | 111010011010111110000000111011111011111010001111111011101000001010111110 | e9af80efbe8fee82be |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)