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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霄碕キ滔悄^ | 11101000101110101000110111101010101101111001111111101011100111001001111101011110 | e8ba8deab79feb9c9f5e |
EUC-JP | 霄碕キ滔悄^ | 1111000010111100101110101110110010001110101101111101111011101101110110001010000101011110 | f0bcbaec8eb7deedd8a15e |
UTF-8 | 霄碕キ滔悄^ | 11101001100111001000010011100111101000101001010111101111101111011011011111100110101110111001010011100110100000101000010001011110 | e99c84e7a295efbdb7e6bb94e682845e |
UHC | ???滔?^ | 00111111001111110011111111010100101001010011111101011110 | 3f3f3fd4a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)