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 | ??T | 001111110011111101010100 | 3f3f54 |
SJIS-WIN | 陂迭T | 1110100010011000100100110101001001010100 | e898935254 |
EUC-JP | 陂迭T | 1110111111111000110001011011001101010100 | eff8c5b354 |
UTF-8 | 陂迭T | 11101001100110011000001011101000101111111010110101010100 | e99982e8bfad54 |
UHC | 陂迭T | 1111100110101110111100101111011101010100 | f9aef2f754 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)