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 | 鴣稈}鴣稈{^ | 1110100111110011111000100110001001111101111010011111001111100010011000100111101101011110 | e9f3e2627de9f3e2627b5e |
EUC-JP | 鴣稈}鴣稈{^ | 1111001011110101111000111100001101111101111100101111010111100011110000110111101101011110 | f2f5e3c37df2f5e3c37b5e |
UTF-8 | 鴣稈}鴣稈{^ | 111010011011010010100011111001111010100010001000011111011110100110110100101000111110011110101000100010000111101101011110 | e9b4a3e7a8887de9b4a3e7a8887b5e |
UHC | ?稈}?稈{^ | 001111111100101011011001011111010011111111001010110110010111101101011110 | 3fcad97d3fcad97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)