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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 率錬賁碣 | 1001011110100110100110000100001011100110110010101110000111110000 | 97a69842e6cae1f0 |
EUC-JP | 率錬賁碣 | 1100111010101000110011111010001111101100110011001110001011110010 | cea8cfa3eccce2f2 |
UTF-8 | 率錬賁碣 | 111001111000111010000111111010011000110010101100111010001011001110000001111001111010001010100011 | e78e87e98cace8b381e7a2a3 |
UHC | 率?賁碣 | 11100001111000110011111111011101110100111100101011100101 | e1e33fddd3cae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)