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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汚????? | 10001001100110000011111100111111001111110011111100111111 | 89983f3f3f3f3f |
EUC-JP | 汚????縯 | 101100011111100000111111001111110011111100111111100011111101010011001011 | b1f83f3f3f3f8fd4cb |
UTF-8 | 汚얕뮸歷쌟縯 | 111001101011000110011010111011001001011010010101111010111010111010111000111011111010011010001100111011001000110010011111111001111011100010101111 | e6b19aec9695ebaeb8efa68cec8c9fe7b8af |
UHC | 汚얕뮸歷쌟縯 | 111001111111110110111110111010001001001010111111111001101011100010011011010010111110011011100000 | e7fdbee892bfe6b89b4be6e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)