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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粤遂矯珈 | 1110001011100011100100001000101110001011101110001110000011011011 | e2e3908b8bb8e0db |
EUC-JP | 粤遂矯珈 | 1110010011100101101111111110101110110110101110101110000011011101 | e4e5bfebb6bae0dd |
UTF-8 | 粤遂矯珈 | 111001111011001010100100111010011000000110000010111001111001111110101111111001111000111110001000 | e7b2a4e98182e79fafe78f88 |
UHC | ?遂矯? | 001111111110001011000100110011101110110000111111 | 3fe2c4ceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)