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 | GY±G | 1001001001000111100100100101100110010001101100011001001001000111 | 9247925991b19247 |
SJIS-WIN | ?G?Y?±?G | 001111110100011100111111010110010011111110000001011111010011111101000111 | 3f473f593f817d3f47 |
EUC-JP | ?G?Y?±?G | 001111110100011100111111010110010011111110100001110111100011111101000111 | 3f473f593fa1de3f47 |
UTF-8 | GY±G | 11000010100100100100011111000010100100100101100111000010100100011100001010110001110000101001001001000111 | c29247c29259c291c2b1c29247 |
UHC | ?G?Y?±?G | 001111110100011100111111010110010011111110100001101111100011111101000111 | 3f473f593fa1be3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)