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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????吟 | 0011111100111111001111110011111100111111001111111000101111100001 | 3f3f3f3f3f3f8be1 |
EUC-JP | ??????吟 | 0011111100111111001111110011111100111111001111111011011011100011 | 3f3f3f3f3f3fb6e3 |
UTF-8 | 琉싢뵝藺꿜에吟 | 111011111010011110001100111011001000101110100010111010111011010110011101111011111010011110110000111010101011111110011100111011001001011110010000111001011001000010011111 | efa78cec8ba2ebb59defa7b0eabf9cec9790e5909f |
UHC | 琉싢뵝藺꿜에吟 | 1110101110100100100110101110001010010100100111011110110011100001101100101110010010111111101000011110101111100001 | eba49ae2949dece1b2e4bfa1ebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)