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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ゙炅キ | 11011110111110110101000110110111 | defb51b7 |
EUC-JP | ゙炅キ | 10001110110111101000111111001001110010101000111010110111 | 8ede8fc9ca8eb7 |
UTF-8 | ゙炅キ | 111011111011111010011110111001111000001010000101111011111011110110110111 | efbe9ee78285efbdb7 |
UHC | ?炅? | 00111111110011001101110100111111 | 3fccdd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)