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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???航 | 0011111100111111001111111000110101110001 | 3f3f3f8d71 |
EUC-JP | 璵™?航 | 100011111100110011100110100011111010001011101111001111111011100111010010 | 8fcce68fa2ef3fb9d2 |
UTF-8 | 璵™몿航 | 111001111001001010110101111000101000010010100010111010111010101010111111111010001000100010101010 | e792b5e284a2ebaabfe888aa |
UHC | 璵™몿航 | 1110011010100101101000101110001010010001101000111111100111111110 | e6a5a2e291a3f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)