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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褌護叫粤守 | 11100101111011001000110011101100100010111010100111100010111000111000111011100111 | e5ec8cec8ba9e2e38ee7 |
EUC-JP | 褌護叫粤守 | 11101010111011101011100011101110101101101010101111100100111001011011110011101001 | eaeeb8eeb6abe4e5bce9 |
UTF-8 | 褌護叫粤守 | 111010001010010010001100111010001010110110110111111001011000111110101011111001111011001010100100111001011010111010001000 | e8a48ce8adb7e58fabe7b2a4e5ae88 |
UHC | ?護叫?守 | 0011111111111011110111101101000010100011001111111110000111111010 | 3ffbded0a33fe1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)