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 | 鹿昇ホ | 11110010101010011000111010101101100011111011100011001110 | f2a98ead8fb8ce |
EUC-JP | ?鹿昇ホ | 00111111101111001010111110111110101110101000111011001110 | 3fbcafbeba8ece |
UTF-8 | 鹿昇ホ | 111011101000011110100000111010011011100110111111111001101001100010000111111011111011111010001110 | ee87a0e9b9bfe69887efbe8e |
UHC | ?鹿昇? | 001111111101011011100011111000111011000000111111 | 3fd6e3e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)