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 | 五γ?? | 100011001101110010000011110000010011111100111111 | 8cdc83c13f3f |
EUC-JP | 五γ?薏 | 1011100011011110101001101100001100111111100011111101100111011110 | b8dea6c33f8fd9de |
UTF-8 | 五γ렔薏 | 1110010010111010100101001100111010110011111010111010000010010100111010001001011010001111 | e4ba94ceb3eba094e8968f |
UHC | 五γ렔薏 | 1110011111101001101001011110001110001110101010011110101111111011 | e7e9a5e38ea9ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)