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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 尊鉀尊鉀^ | 100100011011100011111011110001011001000110111000111110111100010101011110 | 91b8fbc591b8fbc55e |
EUC-JP | 尊鉀尊鉀^ | 1100001010111010100011111110001111011000110000101011101010001111111000111101100001011110 | c2ba8fe3d8c2ba8fe3d85e |
UTF-8 | 尊鉀尊鉀^ | 11100101101100001000101011101001100010011000000011100101101100001000101011101001100010011000000001011110 | e5b08ae98980e5b08ae989805e |
UHC | 尊鉀尊鉀^ | 111100001110111011001011101001011111000011101110110010111010010101011110 | f0eecba5f0eecba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)