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 | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
SJIS-WIN | ?毬G?毬R | 0011111110011111011110110100011100111111100111110111101101010010 | 3f9f7b473f9f7b52 |
EUC-JP | ?毬G?毬R | 0011111111011101110111000100011100111111110111011101110001010010 | 3fdddc473fdddc52 |
UTF-8 | 렺毬G렺毬R | 1110101110100000101110101110011010101111101011000100011111101011101000001011101011100110101011111010110001010010 | eba0bae6afac47eba0bae6afac52 |
UHC | 렺毬G렺毬R | 10001110110000101100111110110011010001111000111011000010110011111011001101010010 | 8ec2cfb3478ec2cfb352 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)