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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | マタ{マタs | 110011111100000001111011110011111100000001110011 | cfc07bcfc073 |
EUC-JP | マタ{マタs | 10001110110011111000111011000000011110111000111011001111100011101100000001110011 | 8ecf8ec07b8ecf8ec073 |
UTF-8 | マタ{マタs | 1110111110111110100011111110111110111110100000000111101111101111101111101000111111101111101111101000000001110011 | efbe8fefbe807befbe8fefbe8073 |
UHC | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)