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 | ä·Í°M^ | 1110010010110111100011101100110110001110101100000100110101011110 | e4b78ecd8eb04d5e |
SJIS-WIN | ?????°M^ | 001111110011111100111111001111110011111110000001100010110100110101011110 | 3f3f3f3f3f818b4d5e |
EUC-JP | ä??Í?°M^ | 10001111101010111010001100111111001111111000111110101010101111110011111110100001111010110100110101011110 | 8faba33f3f8faabf3fa1eb4d5e |
UTF-8 | ä·Í°M^ | 1100001110100100110000101011011111000010100011101100001110001101110000101000111011000010101100000100110101011110 | c3a4c2b7c28ec38dc28ec2b04d5e |
UHC | ?·???°M^ | 00111111101000011010010000111111001111110011111110100001110001100100110101011110 | 3fa1a43f3f3fa1c64d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)