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 | 陟手娼豐 | 1110100010100000100011101110100010001111101010011110011010110010 | e8a08ee88fa9e6b2 |
EUC-JP | 陟手娼豐 | 1111000010100010101111001110101010111110101010111110110010110100 | f0a2bceabeabecb4 |
UTF-8 | 陟手娼豐 | 111010011001100110011111111001101000100110001011111001011010100010111100111010001011000110010000 | e9999fe6898be5a8bce8b190 |
UHC | 陟手娼? | 11110100101100111110001010100010111100111101111000111111 | f4b3e2a2f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)