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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陋溷戟謔ク驍 | 1110100010011011100111111110010110001100100000011110011010000010101110001110100110000010 | e89b9fe58c81e682b8e982 |
EUC-JP | 陋溷戟謔ク驍 | 111011111111101111011110111001111011011111100001111010111110001010001110101110001111000111100010 | effbdee7b7e1ebe28eb8f1e2 |
UTF-8 | 陋溷戟謔ク驍 | 111010011001100110001011111001101011101010110111111001101000100010011111111010001010110010010100111011111011110110111000111010011010100110001101 | e9998be6bab7e6889fe8ac94efbdb8e9a98d |
UHC | 陋?戟謔?驍 | 11010111101100000011111111010000101111011111100111001100001111111111110110100100 | d7b03fd0bdf9cc3ffda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)