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 | 艇耿?媛 | 10010010111110001110001111010100001111111001010101010001 | 92f8e3d43f9551 |
EUC-JP | 艇耿?媛 | 11000100111110101110011011010110001111111100100110110010 | c4fae6d63fc9b2 |
UTF-8 | 艇耿ㄷ媛 | 111010001000100110000111111010001000000010111111111000111000010010110111111001011010101010011011 | e88987e880bfe384b7e5aa9b |
UHC | 艇耿ㄷ媛 | 1110111111110011110011001110101010100100101001111110101010110000 | eff3cceaa4a7eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)