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 | 髴咲事蟇 | 1110100110011100100011011110011110001110100101101110010110101111 | e99c8de78e96e5af |
EUC-JP | 髴咲事蟇 | 1111000111111100101110101110100110111011111101101110101010110001 | f1fcbae9bbf6eab1 |
UTF-8 | 髴咲事蟇 | 111010011010101110110100111001011001001010110010111001001011101010001011111010001001111110000111 | e9abb4e592b2e4ba8be89f87 |
UHC | ??事? | 0011111100111111110111101100000000111111 | 3f3fdec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)