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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | ?丞蛤y\ | 00111111100011111110010110010100101110000111100101011100 | 3f8fe594b8795c |
EUC-JP | 晛丞蛤y\ | 100011111100001010111011101111101110011111001000101110100111100101011100 | 8fc2bbbee7c8ba795c |
UTF-8 | 晛丞蛤y\ | 1110011010011001100110111110010010111000100111101110100010011011101001000111100101011100 | e6999be4b89ee89ba4795c |
UHC | 晛丞蛤y\ | 1111101011011001111000111010101011111001111011010111100101011100 | fad9e3aaf9ed795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)