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 | ?憐??? | 001111111001011111110111001111110011111100111111 | 3f97f73f3f3f |
EUC-JP | ?憐??? | 001111111100111011111001001111110011111100111111 | 3fcef93f3f3f |
UTF-8 | 룶憐姸룵핊 | 111010111010001110110110111001101000011010010000111001011010011110111000111010111010001110110101111011011001010110001010 | eba3b6e68690e5a7b8eba3b5ed958a |
UHC | 룶憐姸룵핊 | 10001111101010111101010111111011111001101100000110001111101010101100000010001111 | 8fabd5fbe6c18faac08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)