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á} | 100100100100000111100001011111011000000110001000 | 9241e17d8188 |
SJIS-WIN | ?A?}?? | 001111110100000100111111011111010011111100111111 | 3f413f7d3f3f |
EUC-JP | ?Aá}?? | 0011111101000001100011111010101110100001011111010011111100111111 | 3f418faba17d3f3f |
UTF-8 | Aá} | 11000010100100100100000111000011101000010111110111000010100000011100001010001000 | c29241c3a17dc281c288 |
UHC | ?A?}?? | 001111110100000100111111011111010011111100111111 | 3f413f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)