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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
EUC-JP | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
UTF-8 | 궷젱쏨LF | 1110101010110110101101111110110010100000101100011110110010001111101010000100110001000110 | eab6b7eca0b1ec8fa84c46 |
UHC | 궷젱쏨LF | 1011000111001100110000011010110110111101111101000100110001000110 | b1ccc1adbdf44c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)