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 | 巳紆巳紆^ | 100101101010010011100010111111001001011010100100111000101111110001011110 | 96a4e2fc96a4e2fc5e |
EUC-JP | 巳紆巳紆^ | 110011001010011011100100111111101100110010100110111001001111111001011110 | cca6e4fecca6e4fe5e |
UTF-8 | 巳紆巳紆^ | 11100101101101111011001111100111101101001000011011100101101101111011001111100111101101001000011001011110 | e5b7b3e7b486e5b7b3e7b4865e |
UHC | 巳紆巳紆^ | 110111101101001111101001111000011101111011010011111010011110000101011110 | ded3e9e1ded3e9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)