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 | 五γ?? | 101110001101111010100110110000110011111100111111 | b8dea6c33f3f |
UTF-8 | 五γ렖藺 | 1110010010111010100101001100111010110011111010111010000010010110111011111010011110110000 | e4ba94ceb3eba096efa7b0 |
UHC | 五γ렖藺 | 1110011111101001101001011110001110001110101010111110110011100001 | e7e9a5e38eabece1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)