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 | 汚??曜③? | 100010011001100000111111001111111001011101101010100001110100001000111111 | 89983f3f976a87423f |
EUC-JP | 汚??曜?? | 1011000111111000001111110011111111001101110010110011111100111111 | b1f83f3fcdcb3f3f |
UTF-8 | 汚뀐쉭曜③뙩 | 111001101011000110011010111010111000000010010000111011001000100110101101111001101001101110011100111000101001000110100010111010111001100110101001 | e6b19aeb8090ec89ade69b9ce291a2eb99a9 |
UHC | 汚뀐쉭曜③뙩 | 111001111111110110110010111011111011110110101101111010001111100010101000111010011000110010101100 | e7fdb2efbdade8f8a8e98cac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)