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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 驛驛[驛驛[^ | 1110100110000011111010011000001101011011111010011000001111101001100000110101101101011110 | e983e9835be983e9835b5e |
EUC-JP | 驛驛[驛驛[^ | 1111000111100011111100011110001101011011111100011110001111110001111000110101101101011110 | f1e3f1e35bf1e3f1e35b5e |
UTF-8 | 驛驛[驛驛[^ | 111010011010100110011011111010011010100110011011010110111110100110101001100110111110100110101001100110110101101101011110 | e9a99be9a99b5be9a99be9a99b5b5e |
UHC | 驛驛[驛驛[^ | 1110011010111110111001101011111001011011111001101011111011100110101111100101101101011110 | e6bee6be5be6bee6be5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)