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 | ¨| | 100111101010100010000001100110111000111101111100 | 9ea8819b8f7c |
SJIS-WIN | ?¨???| | 00111111100000010100111000111111001111110011111101111100 | 3f814e3f3f3f7c |
EUC-JP | ?¨???| | 00111111101000011010111100111111001111110011111101111100 | 3fa1af3f3f3f7c |
UTF-8 | ¨| | 1100001010011110110000101010100011000010100000011100001010011011110000101000111101111100 | c29ec2a8c281c29bc28f7c |
UHC | ?¨???| | 00111111101000011010011100111111001111110011111101111100 | 3fa1a73f3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)