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þº | 1001000111111110100100100100000110010001111111101001000110111010 | 91fe924191fe91ba |
SJIS-WIN | ???A???? | 0011111100111111001111110100000100111111001111110011111100111111 | 3f3f3f413f3f3f3f |
EUC-JP | ?þ?A?þ?º | 0011111110001111101010011101000000111111010000010011111110001111101010011101000000111111100011111010001011101011 | 3f8fa9d03f413f8fa9d03f8fa2eb |
UTF-8 | þAþº | 110000101001000111000011101111101100001010010010010000011100001010010001110000111011111011000010100100011100001010111010 | c291c3bec29241c291c3bec291c2ba |
UHC | ?þ?A?þ?º | 0011111110101001101011010011111101000001001111111010100110101101001111111010100010101100 | 3fa9ad3f413fa9ad3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)