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 | 玉??暎? | 10001011110010100011111100111111100111011111001100111111 | 8bca3f3f9df33f |
EUC-JP | 玉??暎? | 10110110110011000011111100111111110110101111010100111111 | b6cc3f3fdaf53f |
UTF-8 | 玉앶뮈暎긂 | 111001111000111010001001111011001001010110110110111010111010111010001000111001101001101010001110111010101011100010000010 | e78e89ec95b6ebae88e69a8eeab882 |
UHC | 玉앶뮈暎긂 | 11101000101011001001110111101001101110011011111111100111101100101000001101000101 | e8ac9de9b9bfe7b28345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)