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 | A³OH@@ | 100100100100000110010001101100111001001001001111100100100100100010010010010000001001001001000000 | 924191b3924f924892409240 |
SJIS-WIN | ?A???O?H?@?@ | 001111110100000100111111001111110011111101001111001111110100100000111111010000000011111101000000 | 3f413f3f3f4f3f483f403f40 |
EUC-JP | ?A???O?H?@?@ | 001111110100000100111111001111110011111101001111001111110100100000111111010000000011111101000000 | 3f413f3f3f4f3f483f403f40 |
UTF-8 | A³OH@@ | 11000010100100100100000111000010100100011100001010110011110000101001001001001111110000101001001001001000110000101001001001000000110000101001001001000000 | c29241c291c2b3c2924fc29248c29240c29240 |
UHC | ?A?³?O?H?@?@ | 00111111010000010011111110101001111110000011111101001111001111110100100000111111010000000011111101000000 | 3f413fa9f83f4f3f483f403f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)