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 | 重絲? | 1000111101100100111000110100111000111111 | 8f64e34e3f |
EUC-JP | 重絲? | 1011110111000101111001011010111100111111 | bdc5e5af3f |
UTF-8 | 重絲렠 | 111010011000011110001101111001111011010110110010111010111010000010100000 | e9878de7b5b2eba0a0 |
UHC | 重絲렠 | 111100011110110011011110111010101000111010110001 | f1ecdeea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)