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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鮏ユ・鮏ユ・^ | 111111000100001111010101101001011111110001000011110101011010010101011110 | fc43d5a5fc43d5a55e |
EUC-JP | 鮏ユ・鮏ユ・^ | 100011111110101011011011100011101101010110001110101001011000111111101010110110111000111011010101100011101010010101011110 | 8feadb8ed58ea58feadb8ed58ea55e |
UTF-8 | 鮏ユ・鮏ユ・^ | 11101001101011101000111111101111101111101001010111101111101111011010010111101001101011101000111111101111101111101001010111101111101111011010010101011110 | e9ae8fefbe95efbda5e9ae8fefbe95efbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)