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]U | 100100100100000110010010010111011001001001010101 | 9241925d9255 |
SJIS-WIN | ?A?]?U | 001111110100000100111111010111010011111101010101 | 3f413f5d3f55 |
EUC-JP | ?A?]?U | 001111110100000100111111010111010011111101010101 | 3f413f5d3f55 |
UTF-8 | A]U | 110000101001001001000001110000101001001001011101110000101001001001010101 | c29241c2925dc29255 |
UHC | ?A?]?U | 001111110100000100111111010111010011111101010101 | 3f413f5d3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)