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 | 池伎?? | 100100100111001010001010111010100011111100111111 | 92728aea3f3f |
EUC-JP | 池伎?? | 110000111101001110110100111011000011111100111111 | c3d3b4ec3f3f |
UTF-8 | 池伎렜렚 | 111001101011000110100000111001001011110010001110111010111010000010011100111010111010000010011010 | e6b1a0e4bc8eeba09ceba09a |
UHC | 池伎렜렚 | 1111001010101110110100001110101110001110101011101000111010101101 | f2aed0eb8eae8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)