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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?紈???^ | 0011111110001111110100111100110100111111001111110011111101011110 | 3f8fd3cd3f3f3f5e |
UTF-8 | 뤗紈퐦형섹^ | 11101011101001001001011111100111101101001000100011101101100100001010011011101101100110001001010111101100100001001011100101011110 | eba497e7b488ed90a6ed9895ec84b95e |
UHC | 뤗紈퐦형섹^ | 1000111111000111111111001011110010111101100011111100011111111100101111001011110101011110 | 8fc7fcbcbd8fc7fcbcbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)