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 | 底耕?甲 | 10010010111010101000110101101011001111111000110101100010 | 92ea8d6b3f8d62 |
EUC-JP | 底耕?甲 | 11000100111011001011100111001100001111111011100111000011 | c4ecb9cc3fb9c3 |
UTF-8 | 底耕렭甲 | 111001011011101010010101111010001000000010010101111010111010000010101101111001111001010010110010 | e5ba95e88095eba0ade794b2 |
UHC | 底耕렭甲 | 1110111010111100110011001110100110001110101110101100101110100011 | eebccce98ebacba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)