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 | ???孃? | 001111110011111100111111100110110110111100111111 | 3f3f3f9b6f3f |
EUC-JP | ???孃? | 001111110011111100111111110101011101000000111111 | 3f3f3fd5d03f |
UTF-8 | 琉뽫몶孃찦 | 111011111010011110001100111010111011110110101011111010111010101010110110111001011010110110000011111011001011000010100110 | efa78cebbdabebaab6e5ad83ecb0a6 |
UHC | 琉뽫몶孃찦 | 11101011101001001001011011100111100100011001111011100101101111101010101001000010 | eba496e7919ee5beaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)