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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 嵭マキホタ^ | 11111010101100111100111110110111110011101100000001011110 | fab3cfb7cec05e |
EUC-JP | 嵭マキホタ^ | 100011111011101111011110100011101100111110001110101101111000111011001110100011101100000001011110 | 8fbbde8ecf8eb78ece8ec05e |
UTF-8 | 嵭マキホタ^ | 11100101101101011010110111101111101111101000111111101111101111011011011111101111101111101000111011101111101111101000000001011110 | e5b5adefbe8fefbdb7efbe8eefbe805e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)