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 | 遞セ迥∫ッ | 1110011110101000101111101110011110001010100000011110011110101111 | e7a8bee78a81e7af |
EUC-JP | 遞セ迥∫ッ | 11101110101010101000111010111110111011011110101010100010111010011000111010101111 | eeaa8ebeedeaa2e98eaf |
UTF-8 | 遞セ迥∫ッ | 111010011000000110011110111011111011110110111110111010001011111110100101111000101000100010101011111011111011110110101111 | e9819eefbdbee8bfa5e288abefbdaf |
UHC | 遞??∫? | 11110100111101100011111100111111101000011111001000111111 | f4f63f3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)