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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 瘢瓷h | 1110000110001101111000010100100101101000 | e18de14968 |
EUC-JP | 瘢瓷h | 1110000111101101111000011010101001101000 | e1ede1aa68 |
UTF-8 | 瘢瓷h | 11100111100110001010001011100111100100111011011101101000 | e798a2e793b768 |
UHC | 瘢瓷h | 1101101011101110111011011011011001101000 | daeeedb668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)