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 | ????n? | 001111110011111100111111001111110110111000111111 | 3f3f3f3f6e3f |
SJIS-WIN | ?⇔健アn? | 001111111000000111001100100011001001001010000011010000010110111000111111 | 3f81cc8c9283416e3f |
EUC-JP | ?⇔健アn? | 001111111010001011001110101101111111001010100101101000100110111000111111 | 3fa2ceb7f2a5a26e3f |
UTF-8 | 룶⇔健アn룶 | 11101011101000111011011011100010100001111001010011100101100000011010010111100011100000101010001001101110111010111010001110110110 | eba3b6e28794e581a5e382a26eeba3b6 |
UHC | 룶⇔健アn룶 | 1000111110101011101000101010001011001011111011011010101110100010011011101000111110101011 | 8faba2a2cbedaba26e8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)