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 | ??贓?恁 | 00111111001111111110011011011001001111111001110010001100 | 3f3fe6d93f9c8c |
EUC-JP | ??贓?恁 | 00111111001111111110110011011011001111111101011111101100 | 3f3fecdb3fd7ec |
UTF-8 | 林렱贓렔恁 | 111011111010011110110100111010111010000010110001111010001011010010010011111010111010000010010100111001101000000110000001 | efa7b4eba0b1e8b493eba094e68181 |
UHC | 林렱贓렔恁 | 11101100111101111000111010111110111011011111110010001110101010011110110011110110 | ecf78ebeedfc8ea9ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)