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^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | 十??M^ | 100011110101110000111111001111110100110101011110 | 8f5c3f3f4d5e |
EUC-JP | 十??M^ | 101111011011110100111111001111110100110101011110 | bdbd3f3f4d5e |
UTF-8 | 十뙊뢉M^ | 1110010110001101100000011110101110011001100010101110101110100010100010010100110101011110 | e58d81eb998aeba2894d5e |
UHC | 十뙊뢉M^ | 1110010010101000100011001000111110001111010001010100110101011110 | e4a88c8f8f454d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)