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 | 五γ?肛 | 10001100110111001000001111000001001111111110001111101000 | 8cdc83c13fe3e8 |
EUC-JP | 五γ?肛 | 10111000110111101010011011000011001111111110011011101010 | b8dea6c33fe6ea |
UTF-8 | 五γ렖肛 | 1110010010111010100101001100111010110011111010111010000010010110111010001000001010011011 | e4ba94ceb3eba096e8829b |
UHC | 五γ렖肛 | 1110011111101001101001011110001110001110101010111111100111111101 | e7e9a5e38eabf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)