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 | 隱俾ウ隷 | 11101000101010101001100011101010101100111001011111101010 | e8aa98eab397ea |
EUC-JP | 隱俾ウ隷 | 1111000010101100110100001110110010001110101100111100111011101100 | f0acd0ec8eb3ceec |
UTF-8 | 隱俾ウ隷 | 111010011001101010110001111001001011111110111110111011111011110110110011111010011001101010110111 | e99ab1e4bfbeefbdb3e99ab7 |
UHC | 隱??隷 | 111010111101111100111111001111111101011011001011 | ebdf3f3fd6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)