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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 螂幄アクSB | 1110010110100101100110111110100010110001101110000101001101000010 | e5a59be8b1b85342 |
EUC-JP | 螂幄アクSB | 11101010101001111101011011101010100011101011000110001110101110000101001101000010 | eaa7d6ea8eb18eb85342 |
UTF-8 | 螂幄アクSB | 1110100010011110100000101110010110111001100001001110111110111101101100011110111110111101101110000101001101000010 | e89e82e5b984efbdb1efbdb85342 |
UHC | 螂幄??SB | 1101010111001100111001001100000100111111001111110101001101000010 | d5cce4c13f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)