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 | 遵?賓^ | 100011111000010100111111100101010110111101011110 | 8f853f956f5e |
EUC-JP | 遵?賓^ | 101111011110010100111111110010011101000001011110 | bde53fc9d05e |
UTF-8 | 遵며賓^ | 11101001100000011011010111101011101010011011000011101000101100111001001101011110 | e981b5eba9b0e8b3935e |
UHC | 遵며賓^ | 11110001111001011011100011100111110111101011100101011110 | f1e5b8e7deb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)