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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蜚?}蜚?{^ | 111001011001010000111111011111011110010110010100001111110111101101011110 | e5943f7de5943f7b5e |
EUC-JP | 蜚?}蜚?{^ | 111010011111010000111111011111011110100111110100001111110111101101011110 | e9f43f7de9f43f7b5e |
UTF-8 | 蜚敾}蜚敾{^ | 111010001001110010011010111001101001010110111110011111011110100010011100100110101110011010010101101111100111101101011110 | e89c9ae695be7de89c9ae695be7b5e |
UHC | 蜚敾}蜚敾{^ | 1101111010100100111000001100000001111101110111101010010011100000110000000111101101011110 | dea4e0c07ddea4e0c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)