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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 五γ??? | 10001100110111001000001111000001001111110011111100111111 | 8cdc83c13f3f3f |
EUC-JP | 五γ??? | 10111000110111101010011011000011001111110011111100111111 | b8dea6c33f3f3f |
UTF-8 | 五γ렔劉틼 | 1110010010111010100101001100111010110011111010111010000010010100111011111010011110000111111011011000101110111100 | e4ba94ceb3eba094efa787ed8bbc |
UHC | 五γ렔劉틼 | 11100111111010011010010111100011100011101010100111101010111001011011101101000010 | e7e9a5e38ea9eae5bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)