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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 懊??預??^ | 100111001110001100111111001111111001011101100001001111110011111101011110 | 9ce33f3f97613f3f5e |
EUC-JP | 懊??預??^ | 110110001110010100111111001111111100110111000010001111110011111101011110 | d8e53f3fcdc23f3f5e |
UTF-8 | 懊볥젍預뗫젎^ | 11100110100001111000101011101011101100111010010111101100101000001000110111101001101000001001000011101011100101111010101111101100101000001000111001011110 | e6878aebb3a5eca08de9a090eb97abeca08e5e |
UHC | 懊볥젍預뗫젎^ | 11100111111110001001001111101011101000001000111011100111111010001000101111101011101000001000111101011110 | e7f893eba08ee7e88beba08f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)