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 | 睾ヨ鴆ノ | 111000011100111011010110111010011110111111001001 | e1ced6e9efc9 |
EUC-JP | 睾ヨ鴆ノ | 1110001011010000100011101101011011110010111100011000111011001001 | e2d08ed6f2f18ec9 |
UTF-8 | 睾ヨ鴆ノ | 111001111001110110111110111011111011111010010110111010011011010010000110111011111011111010001001 | e79dbeefbe96e9b486efbe89 |
UHC | 睾??? | 1100110111000010001111110011111100111111 | cdc23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)