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 | 蔗э臭薊 | 1110010011110010100001001000111110001111010011001110010101001000 | e4f2848f8f4ce548 |
EUC-JP | 蔗э臭薊 | 1110100011110100101001111110111110111101101011011110100110101001 | e8f4a7efbdade9a9 |
UTF-8 | 蔗э臭薊 | 1110100010010100100101111101000110001101111010001000011110101101111010001001011010001010 | e89497d18de887ade8968a |
UHC | 蔗э臭? | 11101101101111011010110011101111111101101010101100111111 | edbdaceff6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)