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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 書?卉^ | 100011111001000100111111100110011100000101011110 | 8f913f99c15e |
EUC-JP | 書?卉^ | 101111011111000100111111110100101100001101011110 | bdf13fd2c35e |
UTF-8 | 書뤌卉^ | 11100110100110111011100011101011101001001000110011100101100011011000100101011110 | e69bb8eba48ce58d895e |
UHC | 書뤌卉^ | 11011111111101101000111110111100111111011100000101011110 | dff68fbcfdc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)