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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 蒙O?? | 1001011011010110010011110011111100111111 | 96d64f3f3f |
EUC-JP | 蒙O?? | 1100110011011000010011110011111100111111 | ccd84f3f3f |
UTF-8 | 蒙O랍뤙 | 11101000100100101001100101001111111010111001111010001101111010111010010010011001 | e892994feb9e8deba499 |
UHC | 蒙O랍뤙 | 11011001110101010100111110110110111110001000111111001000 | d9d54fb6f88fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)