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~ | 1000101110011100100000101000011110000011010110011001011101111110 | 8b9c82878359977e |
SJIS-WIN | ?????Y?~ | 0011111100111111001111110011111100111111010110010011111101111110 | 3f3f3f3f3f593f7e |
EUC-JP | ?????Y?~ | 0011111100111111001111110011111100111111010110010011111101111110 | 3f3f3f3f3f593f7e |
UTF-8 | Y~ | 1100001010001011110000101001110011000010100000101100001010000111110000101000001101011001110000101001011101111110 | c28bc29cc282c287c28359c2977e |
UHC | ?????Y?~ | 0011111100111111001111110011111100111111010110010011111101111110 | 3f3f3f3f3f593f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)