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}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?輸n}?輸n{^ | 0011111110010111010000010110111001111101001111111001011101000001011011100111101101011110 | 3f97416e7d3f97416e7b5e |
EUC-JP | ?輸n}?輸n{^ | 0011111111001101101000100110111001111101001111111100110110100010011011100111101101011110 | 3fcda26e7d3fcda26e7b5e |
UTF-8 | 쒔輸n}쒔輸n{^ | 1110110010010010100101001110100010111100101110000110111001111101111011001001001010010100111010001011110010111000011011100111101101011110 | ec9294e8bcb86e7dec9294e8bcb86e7b5e |
UHC | 쒔輸n}쒔輸n{^ | 10111110101011011110001011000011011011100111110110111110101011011110001011000011011011100111101101011110 | beade2c36e7dbeade2c36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)