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 | ????淹 | 001111110011111100111111001111111001111110111001 | 3f3f3f3f9fb9 |
EUC-JP | ????淹 | 001111110011111100111111001111111101111010111011 | 3f3f3f3fdebb |
UTF-8 | 琉묈윿짢淹 | 111011111010011110001100111010111010110010001000111011001001110010111111111011001010011110100010111001101011011110111001 | efa78cebac88ec9cbfeca7a2e6b7b9 |
UHC | 琉묈윿짢淹 | 11101011101001001001000111100101100111111011011111000010101010001110010111110100 | eba491e59fb7c2a8e5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)