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 | 10010001100010101001111010111011010001111001000110001010100111101011101101010010 | 918a9ebb47918a9ebb52 |
EUC-JP | 相椽G相椽R | 11000001111010101101110010111101010001111100000111101010110111001011110101010010 | c1eadcbd47c1eadcbd52 |
UTF-8 | 相椽G相椽R | 1110011110011011101110001110011010100100101111010100011111100111100110111011100011100110101001001011110101010010 | e79bb8e6a4bd47e79bb8e6a4bd52 |
UHC | 相椽G相椽R | 11011111110100111110011011001011010001111101111111010011111001101100101101010010 | dfd3e6cb47dfd3e6cb52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)