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| | 100111110101100110000001100011101000000101111100 | 9f59818e817c |
SJIS-WIN | ?Y???| | 001111110101100100111111001111110011111101111100 | 3f593f3f3f7c |
EUC-JP | ?Y???| | 001111110101100100111111001111110011111101111100 | 3f593f3f3f7c |
UTF-8 | Y| | 11000010100111110101100111000010100000011100001010001110110000101000000101111100 | c29f59c281c28ec2817c |
UHC | ?Y???| | 001111110101100100111111001111110011111101111100 | 3f593f3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)