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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 芦?芦?^ | 10001000101100000011111110001000101100000011111101011110 | 88b03f88b03f5e |
EUC-JP | 芦?芦?^ | 10110000101100100011111110110000101100100011111101011110 | b0b23fb0b23f5e |
UTF-8 | 芦왼芦외^ | 11101000100010101010011011101100100110011011110011101000100010101010011011101100100110011011100001011110 | e88aa6ec99bce88aa6ec99b85e |
UHC | 芦왼芦외^ | 111110111101100010111111110111101111101111011000101111111101110001011110 | fbd8bfdefbd8bfdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)