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 | 帳??軟??^ | 100100101010000000111111001111111001001111101110001111110011111101011110 | 92a03f3f93ee3f3f5e |
EUC-JP | 帳??軟??^ | 110001001010001000111111001111111100011011110000001111110011111101011110 | c4a23f3fc6f03f3f5e |
UTF-8 | 帳쒎폀軟쒐뼻^ | 11100101101110001011001111101100100100101000111011101101100011111000000011101000101110111001111111101100100100101001000011101011101111001011101101011110 | e5b8b3ec928eed8f80e8bb9fec9290ebbcbb5e |
UHC | 帳쒎폀軟쒐뼻^ | 11101101111000111001110011100101101111001000111111100110111000111001110011100111100101101011111001011110 | ede39ce5bc8fe6e39ce796be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)