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ÇYAÇbE | 1000100101000001100101111100011101011001100010010100000110010111110001110110001001000101 | 894197c759894197c76245 |
SJIS-WIN | ?A??Y?A??bE | 0011111101000001001111110011111101011001001111110100000100111111001111110110001001000101 | 3f413f3f593f413f3f6245 |
EUC-JP | ?A?ÇY?A?ÇbE | 001111110100000100111111100011111010101010101110010110010011111101000001001111111000111110101010101011100110001001000101 | 3f413f8faaae593f413f8faaae6245 |
UTF-8 | AÇYAÇbE | 1100001010001001010000011100001010010111110000111000011101011001110000101000100101000001110000101001011111000011100001110110001001000101 | c28941c297c38759c28941c297c3876245 |
UHC | ?A??Y?A??bE | 0011111101000001001111110011111101011001001111110100000100111111001111110110001001000101 | 3f413f3f593f413f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)