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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姐??? | 1000100010110111001111110011111100111111 | 88b73f3f3f |
EUC-JP | 姐琫?? | 10110000101110011000111111001100101011110011111100111111 | b0b98fccaf3f3f |
UTF-8 | 姐琫렢렎 | 111001011010011110010000111001111001000010101011111010111010000010100010111010111010000010001110 | e5a790e790abeba0a2eba08e |
UHC | 姐琫렢렎 | 1110111010111011110111001110110110001110101100111000111010100100 | eebbdced8eb38ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)