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 | 覓結┳襄 | 1110011001001011100011001000101110000100101100011110010111110101 | e64b8c8b84b1e5f5 |
EUC-JP | 覓結┳襄 | 1110101110101100101101111110101110101000101100111110101011110111 | ebacb7eba8b3eaf7 |
UTF-8 | 覓結┳襄 | 111010001010011010010011111001111011010110010000111000101001010010110011111010001010010110000100 | e8a693e7b590e294b3e8a584 |
UHC | 覓結┳襄 | 1101100011110010110011001011111110100110101100111110010111010001 | d8f2ccbfa6b3e5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)