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 | 遽後h褂 | 1110011110101111100011001110001110000010100010001110010111100110 | e7af8ce38288e5e6 |
EUC-JP | 遽後h褂 | 1110111010110001101110001110010110100011111010001110101011101000 | eeb1b8e5a3e8eae8 |
UTF-8 | 遽後h褂 | 111010011000000110111101111001011011111010001100111011111011110110001000111010001010010010000010 | e981bde5be8cefbd88e8a482 |
UHC | 遽後h? | 11001011111010001111110110101101101000111110100000111111 | cbe8fdada3e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)