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 | 蠅ハ釶」 | 111001011010001011001010111001111101111110100011 | e5a2cae7dfa3 |
EUC-JP | 蠅ハ釶」 | 1110101010100100100011101100101011101110111000011000111010100011 | eaa48ecaeee18ea3 |
UTF-8 | 蠅ハ釶」 | 111010001010000010000101111011111011111010001010111010011000011110110110111011111011110110100011 | e8a085efbe8ae987b6efbda3 |
UHC | 蠅??? | 1110001110110010001111110011111100111111 | e3b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)