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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?男歟?? | 00111111100100100110101010011111011000100011111100111111 | 3f926a9f623f3f |
EUC-JP | ?男歟?? | 00111111110000111100101111011101110000110011111100111111 | 3fc3cbddc33f3f |
UTF-8 | 룶男歟룫혧 | 111010111010001110110110111001111001010010110111111001101010110110011111111010111010001110101011111011011001100010100111 | eba3b6e794b7e6ad9feba3abed98a7 |
UHC | 룶男歟룫혧 | 10001111101010111101000111111011111001101010001010001111101000101100001010001111 | 8fabd1fbe6a28fa2c28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)