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 | 芦耕?甲 | 10001000101100001000110101101011001111111000110101100010 | 88b08d6b3f8d62 |
EUC-JP | 芦耕?甲 | 10110000101100101011100111001100001111111011100111000011 | b0b2b9cc3fb9c3 |
UTF-8 | 芦耕렭甲 | 111010001000101010100110111010001000000010010101111010111010000010101101111001111001010010110010 | e88aa6e88095eba0ade794b2 |
UHC | 芦耕렭甲 | 1111101111011000110011001110100110001110101110101100101110100011 | fbd8cce98ebacba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)