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 | 池伎? | 1001001001110010100010101110101000111111 | 92728aea3f |
EUC-JP | 池伎? | 1100001111010011101101001110110000111111 | c3d3b4ec3f |
UTF-8 | 池伎딤 | 111001101011000110100000111001001011110010001110111010111001010010100100 | e6b1a0e4bc8eeb94a4 |
UHC | 池伎딤 | 111100101010111011010000111010111011010111110101 | f2aed0ebb5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)