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 | 俎猥}俎猥{^ | 1001100011010111111000001100111001111101100110001101011111100000110011100111101101011110 | 98d7e0ce7d98d7e0ce7b5e |
EUC-JP | 俎猥}俎猥{^ | 1101000011011001111000001101000001111101110100001101100111100000110100000111101101011110 | d0d9e0d07dd0d9e0d07b5e |
UTF-8 | 俎猥}俎猥{^ | 111001001011111110001110111001111000110010100101011111011110010010111111100011101110011110001100101001010111101101011110 | e4bf8ee78ca57de4bf8ee78ca57b5e |
UHC | 俎猥}俎猥{^ | 1111000010111011111010001110010101111101111100001011101111101000111001010111101101011110 | f0bbe8e57df0bbe8e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)