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 | 霤タホ | 11101000110000111100000011001110 | e8c3c0ce |
EUC-JP | 霤タホ | 111100001100010110001110110000001000111011001110 | f0c58ec08ece |
UTF-8 | 霤タホ | 111010011001110010100100111011111011111010000000111011111011111010001110 | e99ca4efbe80efbe8e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)