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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 善踝}善踝{^ | 1001000101010000111001101111010001111101100100010101000011100110111101000111101101011110 | 9150e6f47d9150e6f47b5e |
EUC-JP | 善踝}善踝{^ | 1100000110110001111011001111011001111101110000011011000111101100111101100111101101011110 | c1b1ecf67dc1b1ecf67b5e |
UTF-8 | 善踝}善踝{^ | 111001011001011010000100111010001011100010011101011111011110010110010110100001001110100010111000100111010111101101011110 | e59684e8b89d7de59684e8b89d7b5e |
UHC | 善?}善?{^ | 111000001011110000111111011111011110000010111100001111110111101101011110 | e0bc3f7de0bc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)