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]O | 100100100100000110010010010111011001001001001111 | 9241925d924f |
SJIS-WIN | ?A?]?O | 001111110100000100111111010111010011111101001111 | 3f413f5d3f4f |
EUC-JP | ?A?]?O | 001111110100000100111111010111010011111101001111 | 3f413f5d3f4f |
UTF-8 | A]O | 110000101001001001000001110000101001001001011101110000101001001001001111 | c29241c2925dc2924f |
UHC | ?A?]?O | 001111110100000100111111010111010011111101001111 | 3f413f5d3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)