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 | 驛g? | 1110100110000011100000101000011100111111 | e98382873f |
EUC-JP | 驛g? | 1111000111100011101000111110011100111111 | f1e3a3e73f |
UTF-8 | 驛g쇊 | 111010011010100110011011111011111011110110000111111011001000011110001010 | e9a99befbd87ec878a |
UHC | 驛g쇊 | 111001101011111010100011111001111001100110111100 | e6bea3e799bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)