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 | ?L\ | 001111110100110001011100 | 3f4c5c |
SJIS-WIN | 沃L\ | 10010111100000000100110001011100 | 97804c5c |
EUC-JP | 沃L\ | 11001101111000000100110001011100 | cde04c5c |
UTF-8 | 沃L\ | 1110011010110010100000110100110001011100 | e6b2834c5c |
UHC | 沃L\ | 11101000101010100100110001011100 | e8aa4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)