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 | 牀蕣牀蕣^ | 111000001010110011100100111110101110000010101100111001001111101001011110 | e0ace4fae0ace4fa5e |
EUC-JP | 牀蕣牀蕣^ | 111000001010111011101000111111001110000010101110111010001111110001011110 | e0aee8fce0aee8fc5e |
UTF-8 | 牀蕣牀蕣^ | 11100111100010011000000011101000100101011010001111100111100010011000000011101000100101011010001101011110 | e78980e895a3e78980e895a35e |
UHC | 牀蕣牀蕣^ | 110111111101000111100010111100101101111111010001111000101111001001011110 | dfd1e2f2dfd1e2f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)