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 | ?♂??^ | 001111111000000110001001001111110011111101011110 | 3f81893f3f5e |
EUC-JP | 璵♂??^ | 1000111111001100111001101010000111101001001111110011111101011110 | 8fcce6a1e93f3f5e |
UTF-8 | 璵♂살뒙^ | 11100111100100101011010111100010100110011000001011101100100000101011010011101011100100101001100101011110 | e792b5e29982ec82b4eb92995e |
UHC | 璵♂살뒙^ | 111001101010010110100001110011101011101111101100100010101001011001011110 | e6a5a1cebbec8a965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)