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 | 汚??撓?? | 1000100110011000001111110011111110011101100110100011111100111111 | 89983f3f9d9a3f3f |
EUC-JP | 汚??撓?? | 1011000111111000001111110011111111011001111110100011111100111111 | b1f83f3fd9fa3f3f |
UTF-8 | 汚뀐슈撓껅뱮 | 111001101011000110011010111010111000000010010000111011001000101010001000111001101001001010010011111010101011101110000101111010111011000110101110 | e6b19aeb8090ec8a88e69293eabb85ebb1ae |
UHC | 汚뀐슈撓껅뱮 | 111001111111110110110010111011111011110110110100111010001111010110000011111001101001001110010100 | e7fdb2efbdb4e8f583e69394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)