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 | 毬é | 1110011010101111101011001110100110011111 | e6aface99f |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | 毬é? | 100011111010100111000001100011111010001010110100101000101100110010001111101010111011000100111111 | 8fa9c18fa2b4a2cc8fabb13f |
UTF-8 | 毬é | 11000011101001101100001010101111110000101010110011000011101010011100001010011111 | c3a6c2afc2acc3a9c29f |
UHC | æ???? | 101010011010000100111111001111110011111100111111 | a9a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)