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 | 鋺巷}鋺巷{^ | 1110011111111010100011010100101001111101111001111111101010001101010010100111101101011110 | e7fa8d4a7de7fa8d4a7b5e |
EUC-JP | 鋺巷}鋺巷{^ | 1110111011111100101110011010101101111101111011101111110010111001101010110111101101011110 | eefcb9ab7deefcb9ab7b5e |
UTF-8 | 鋺巷}鋺巷{^ | 111010011000101110111010111001011011011110110111011111011110100110001011101110101110010110110111101101110111101101011110 | e98bbae5b7b77de98bbae5b7b77b5e |
UHC | ?巷}?巷{^ | 001111111111100111110101011111010011111111111001111101010111101101011110 | 3ff9f57d3ff9f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)