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 | 憂鯊}憂鯊{^ | 1001011101001010111010011100000001111101100101110100101011101001110000000111101101011110 | 974ae9c07d974ae9c07b5e |
EUC-JP | 憂鯊}憂鯊{^ | 1100110110101011111100101100001001111101110011011010101111110010110000100111101101011110 | cdabf2c27dcdabf2c27b5e |
UTF-8 | 憂鯊}憂鯊{^ | 111001101000011010000010111010011010111110001010011111011110011010000110100000101110100110101111100010100111101101011110 | e68682e9af8a7de68682e9af8a7b5e |
UHC | 憂?}憂?{^ | 111010011101100000111111011111011110100111011000001111110111101101011110 | e9d83f7de9d83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)