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??q | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
SJIS-WIN | ンワGヘーq | 110111011101110001000111110011011011000001110001 | dddc47cdb071 |
EUC-JP | ンワGヘーq | 10001110110111011000111011011100010001111000111011001101100011101011000001110001 | 8edd8edc478ecd8eb071 |
UTF-8 | ンワGヘーq | 1110111110111110100111011110111110111110100111000100011111101111101111101000110111101111101111011011000001110001 | efbe9defbe9c47efbe8defbdb071 |
UHC | ??G??q | 001111110011111101000111001111110011111101110001 | 3f3f473f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)