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 | ???餓? | 001111110011111100111111100010011110110000111111 | 3f3f3f89ec3f |
EUC-JP | ???餓? | 001111110011111100111111101100101110111000111111 | 3f3f3fb2ee3f |
UTF-8 | 琉듭뮈餓놫 | 111011111010011110001100111010111001001110101101111010111010111010001000111010011010010010010011111010111000011010101011 | efa78ceb93adebae88e9a493eb86ab |
UHC | 琉듭뮈餓놫 | 11101011101001001011010111101100101110011011111111100100101110111000011101001101 | eba4b5ecb9bfe4bb874d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)