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±H³ | 1001001001000001100100011011000110010010010010001001000110110011 | 924191b1924891b3 |
SJIS-WIN | ?A?±?H?? | 001111110100000100111111100000010111110100111111010010000011111100111111 | 3f413f817d3f483f3f |
EUC-JP | ?A?±?H?? | 001111110100000100111111101000011101111000111111010010000011111100111111 | 3f413fa1de3f483f3f |
UTF-8 | A±H³ | 1100001010010010010000011100001010010001110000101011000111000010100100100100100011000010100100011100001010110011 | c29241c291c2b1c29248c291c2b3 |
UHC | ?A?±?H?³ | 00111111010000010011111110100001101111100011111101001000001111111010100111111000 | 3f413fa1be3f483fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)