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 | 池伎?句 | 10010010011100101000101011101010001111111000101111100101 | 92728aea3f8be5 |
EUC-JP | 池伎?句 | 11000011110100111011010011101100001111111011011011100111 | c3d3b4ec3fb6e7 |
UTF-8 | 池伎렗句 | 111001101011000110100000111001001011110010001110111010111010000010010111111001011000111110100101 | e6b1a0e4bc8eeba097e58fa5 |
UHC | 池伎렗句 | 1111001010101110110100001110101110001110101011001100111110100011 | f2aed0eb8eaccfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)