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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 螂幄アクvB | 1110010110100101100110111110100010110001101110000111011001000010 | e5a59be8b1b87642 |
EUC-JP | 螂幄アクvB | 11101010101001111101011011101010100011101011000110001110101110000111011001000010 | eaa7d6ea8eb18eb87642 |
UTF-8 | 螂幄アクvB | 1110100010011110100000101110010110111001100001001110111110111101101100011110111110111101101110000111011001000010 | e89e82e5b984efbdb1efbdb87642 |
UHC | 螂幄??vB | 1101010111001100111001001100000100111111001111110111011001000010 | d5cce4c13f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)