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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姐???? | 100010001011011100111111001111110011111100111111 | 88b73f3f3f3f |
EUC-JP | 姐琫??? | 1011000010111001100011111100110010101111001111110011111100111111 | b0b98fccaf3f3f3f |
UTF-8 | 姐琫렢렎뤈 | 111001011010011110010000111001111001000010101011111010111010000010100010111010111010000010001110111010111010010010001000 | e5a790e790abeba0a2eba08eeba488 |
UHC | 姐琫렢렎뤈 | 11101110101110111101110011101101100011101011001110001110101001001000111110111000 | eebbdced8eb38ea48fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)