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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 吾?Ш泳 | 10001100111000010011111110000100010110011000100101101010 | 8ce13f8459896a |
EUC-JP | 吾?Ш泳 | 10111000111000110011111110100111101110101011000111001011 | b8e33fa7bab1cb |
UTF-8 | 吾몃Ш泳 | 1110010110010000101111101110101110101010100000111101000010101000111001101011001110110011 | e590beebaa83d0a8e6b3b3 |
UHC | 吾몃Ш泳 | 1110011111101110101110001110101110101100101110101110011110110110 | e7eeb8ebacbae7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)