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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | マウリ | 11001111101100111111011011100011110110001111100001110111 | cfb3f6e3d8f877 |
EUC-JP | マウ?リ? | 1000111011001111100011101011001100111111100011101101100000111111 | 8ecf8eb33f8ed83f |
UTF-8 | マウリ | 111011111011111010001111111011111011110110110011111011101001010010001010111011111011111010011000111011101001100010010111 | efbe8fefbdb3ee948aefbe98ee9897 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)