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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 雲?g億?\ | 100010010101111100111111100000101000011110001001101011010011111101011100 | 895f3f828789ad3f5c |
EUC-JP | 雲?g億?\ | 101100011100000000111111101000111110011110110010101011110011111101011100 | b1c03fa3e7b2af3f5c |
UTF-8 | 雲뜹g億렕\ | 11101001100110111011001011101011100111001011100111101111101111011000011111100101100001001000010011101011101000001001010101011100 | e99bb2eb9cb9efbd87e58484eba0955c |
UHC | 雲뜹g億렕\ | 1110101010100011101101101110010110100011111001111110010111100010100011101010101001011100 | eaa3b6e5a3e7e5e28eaa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)