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 | ºARU | 1001000110111010100100100100000110010010010100101001001001010101 | 91ba924192529255 |
SJIS-WIN | ???A?R?U | 0011111100111111001111110100000100111111010100100011111101010101 | 3f3f3f413f523f55 |
EUC-JP | ?º?A?R?U | 00111111100011111010001011101011001111110100000100111111010100100011111101010101 | 3f8fa2eb3f413f523f55 |
UTF-8 | ºARU | 11000010100100011100001010111010110000101001001001000001110000101001001001010010110000101001001001010101 | c291c2bac29241c29252c29255 |
UHC | ?º?A?R?U | 001111111010100010101100001111110100000100111111010100100011111101010101 | 3fa8ac3f413f523f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)