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 | 粤遂今譯 | 1110001011100011100100001000101110001101101000011110011010100001 | e2e3908b8da1e6a1 |
EUC-JP | 粤遂今譯 | 1110010011100101101111111110101110111010101000111110110010100011 | e4e5bfebbaa3eca3 |
UTF-8 | 粤遂今譯 | 111001111011001010100100111010011000000110000010111001001011101110001010111010001010110110101111 | e7b2a4e98182e4bb8ae8adaf |
UHC | ?遂今譯 | 00111111111000101100010011010000110100011110011010111011 | 3fe2c4d0d1e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)