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 | ?≫? | 00111111100000011110001000111111 | 3f81e23f |
EUC-JP | 璵≫? | 100011111100110011100110101000101110010000111111 | 8fcce6a2e43f |
UTF-8 | 璵≫뙭 | 111001111001001010110101111000101000100110101011111010111001100110101101 | e792b5e289abeb99ad |
UHC | 璵≫뙭 | 111001101010010110100001111011011000110010110000 | e6a5a1ed8cb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)