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 | 驕泌腰蜿ゥ | 111010011000000110010100111001011000110110011000111001011000111110101001 | e98194e58d98e58fa9 |
EUC-JP | 驕泌腰蜿ゥ | 11110001111000011100100011100111101110011111100011101001111011111000111010101001 | f1e1c8e7b9f8e9ef8ea9 |
UTF-8 | 驕泌腰蜿ゥ | 111010011010100110010101111001101011001110001100111010001000010110110000111010001001110010111111111011111011110110101001 | e9a995e6b38ce885b0e89cbfefbda9 |
UHC | 驕泌腰?? | 1100111011110110111110011011001011101001101001100011111100111111 | cef6f9b2e9a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)