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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 幄垪h幄 | 10011011111010001001101010111000011010001001101111101000 | 9be89ab8689be8 |
EUC-JP | 幄垪h幄 | 11010110111010101101010010111010011010001101011011101010 | d6ead4ba68d6ea |
UTF-8 | 幄垪h幄 | 11100101101110011000010011100101100111101010101001101000111001011011100110000100 | e5b984e59eaa68e5b984 |
UHC | 幄?h幄 | 111001001100000100111111011010001110010011000001 | e4c13f68e4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)