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 | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
SJIS-WIN | マタ}マタ|マタ| | 110011111100000001111101110011111100000001111100110011111100000001111100 | cfc07dcfc07ccfc07c |
EUC-JP | マタ}マタ|マタ| | 100011101100111110001110110000000111110110001110110011111000111011000000011111001000111011001111100011101100000001111100 | 8ecf8ec07d8ecf8ec07c8ecf8ec07c |
UTF-8 | マタ}マタ|マタ| | 111011111011111010001111111011111011111010000000011111011110111110111110100011111110111110111110100000000111110011101111101111101000111111101111101111101000000001111100 | efbe8fefbe807defbe8fefbe807cefbe8fefbe807c |
UHC | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)