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 | ?益絞?卿^ | 001111111000100101110110100011010110100100111111100010111010100001011110 | 3f89768d693f8ba85e |
EUC-JP | ?益絞?卿^ | 001111111011000111010111101110011100101000111111101101101010101001011110 | 3fb1d7b9ca3fb6aa5e |
UTF-8 | 뤙益絞흠卿^ | 11101011101001001001100111100111100110111000101011100111101101011001111011101101100111011010000011100101100011011011111101011110 | eba499e79b8ae7b59eed9da0e58dbf5e |
UHC | 뤙益絞흠卿^ | 1000111111001000111011001100110011001110111011011100100011101100110011001100111101011110 | 8fc8ecccceedc8eccccf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)