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 | 吾?П泳 | 10001100111000010011111110000100010100001000100101101010 | 8ce13f8450896a |
EUC-JP | 吾?П泳 | 10111000111000110011111110100111101100011011000111001011 | b8e33fa7b1b1cb |
UTF-8 | 吾몃П泳 | 1110010110010000101111101110101110101010100000111101000010011111111001101011001110110011 | e590beebaa83d09fe6b3b3 |
UHC | 吾몃П泳 | 1110011111101110101110001110101110101100101100011110011110110110 | e7eeb8ebacb1e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)