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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ◇?貴 | 1000000110011110001111111000101101001101 | 819e3f8b4d |
EUC-JP | ◇?貴 | 1010000111111110001111111011010110101110 | a1fe3fb5ae |
UTF-8 | ◇룵貴 | 111000101001011110000111111010111010001110110101111010001011001010110100 | e29787eba3b5e8b2b4 |
UHC | ◇룵貴 | 101000011101111010001111101010101100111111111110 | a1de8faacffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)