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 | ?徹警?皆 | 0011111110010011010011111000110001111000001111111000101001000110 | 3f934f8c783f8a46 |
EUC-JP | ?徹警?皆 | 0011111111000101101100001011011111011001001111111011001110100111 | 3fc5b0b7d93fb3a7 |
UTF-8 | 뤋徹警샅皆 | 111010111010010010001011111001011011111010111001111010001010110110100110111011001000001110000101111001111001101010000110 | eba48be5beb9e8ada6ec8385e79a86 |
UHC | 뤋徹警샅皆 | 10001111101110111111010011001011110011001110110110111011111101001100101111001011 | 8fbbf4cbccedbbf4cbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)