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 | 莟醐讐苙 | 1110010010101111100011001110110110001111010100011110010010011110 | e4af8ced8f51e49e |
EUC-JP | 莟醐讐苙 | 1110100010110001101110001110111110111101101100101110011111111110 | e8b1b8efbdb2e7fe |
UTF-8 | 莟醐讐苙 | 111010001000111010011111111010011000011010010000111010001010111010010000111010001000101110011001 | e88e9fe98690e8ae90e88b99 |
UHC | ??讐? | 0011111100111111111000101100001000111111 | 3f3fe2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)