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 | 汚?? | 10001001100110000011111100111111 | 89983f3f |
EUC-JP | 汚?? | 10110001111110000011111100111111 | b1f83f3f |
UTF-8 | 汚뉒퀏 | 111001101011000110011010111010111000100110010010111011011000000010001111 | e6b19aeb8992ed808f |
UHC | 汚뉒퀏 | 111001111111110110000111111001111011001110000101 | e7fd87e7b385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)