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 | 鰲鹿昇ホ | 11101001111000001000111010101101100011111011100011001110 | e9e08ead8fb8ce |
EUC-JP | 鰲鹿昇ホ | 1111001011100010101111001010111110111110101110101000111011001110 | f2e2bcafbeba8ece |
UTF-8 | 鰲鹿昇ホ | 111010011011000010110010111010011011100110111111111001101001100010000111111011111011111010001110 | e9b0b2e9b9bfe69887efbe8e |
UHC | 鰲鹿昇? | 11101000101001111101011011100011111000111011000000111111 | e8a7d6e3e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)