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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謚ヨΙ | 111001101000101010000011100010001000001110100111 | e68a838883a7 |
EUC-JP | 謚ヨΙ | 111010111110101010100101111010001010011010101001 | ebeaa5e8a6a9 |
UTF-8 | 謚ヨΙ | 1110100010101100100110101110001110000011101010001100111010011001 | e8ac9ae383a8ce99 |
UHC | 謚ヨΙ | 111011001101000010101011111010001010010111001001 | ecd0abe8a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)