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 | ?}?K}?}?K{^ | 0011111101111101001111110100101101111101001111110111110100111111010010110111101101011110 | 3f7d3f4b7d3f7d3f4b7b5e |
SJIS-WIN | ?}?K}?}?K{^ | 0011111101111101001111110100101101111101001111110111110100111111010010110111101101011110 | 3f7d3f4b7d3f7d3f4b7b5e |
EUC-JP | ?}?K}?}?K{^ | 0011111101111101001111110100101101111101001111110111110100111111010010110111101101011110 | 3f7d3f4b7d3f7d3f4b7b5e |
UTF-8 | 묪}묭K}묪}묭K{^ | 11101011101011001010101001111101111010111010110010101101010010110111110111101011101011001010101001111101111010111010110010101101010010110111101101011110 | ebacaa7debacad4b7debacaa7debacad4b7b5e |
UHC | 묪}묭K}묪}묭K{^ | 100100100100001001111101100100100100010001001011011111011001001001000010011111011001001001000100010010110111101101011110 | 92427d92444b7d92427d92444b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)